We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f496ac commit 3b6261cCopy full SHA for 3b6261c
templates/repo/release_tag_header.tmpl
@@ -11,7 +11,7 @@
11
{{end}}
12
</h2>
13
</div>
14
- <div class="gitea-buttons">
+ <div class="gitea-buttons">
15
{{if .EnableFeed}}
16
<a class="ui small button" href="{{.RepoLink}}/{{if .PageIsTagList}}tags{{else}}releases{{end}}.rss">
17
{{svg "octicon-rss" 16}} {{ctx.Locale.Tr "rss_feed"}}
@@ -22,7 +22,7 @@
22
{{ctx.Locale.Tr "repo.release.new_release"}}
23
</a>
24
25
- </div>
+ </div>
26
27
<div class="divider"></div>
28
{{else if $canReadCode}}
0 commit comments