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 41bd63b commit 839700bCopy full SHA for 839700b
templates/repo/tag/list.tmpl
@@ -4,6 +4,7 @@
4
<div class="ui container">
5
{{template "base/alert" .}}
6
{{template "repo/release_tag_header" .}}
7
+ {{if .Releases}}
8
<h4 class="ui top attached header">
9
<div class="five wide column tw-flex tw-items-center">
10
{{svg "octicon-tag" 16 "tw-mr-1"}}{{ctx.Locale.Tr "repo.release.tags"}}
@@ -57,6 +58,7 @@
57
58
</tbody>
59
</table>
60
</div>
61
+ {{end}}
62
63
{{template "base/paginate" .}}
64
0 commit comments