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 945a0cb commit e5011a0Copy full SHA for e5011a0
templates/repo/commit_load_branches_and_tags.tmpl
@@ -1,3 +1,4 @@
1
+{{if not .PageIsUncyclo}}
2
<div class="branch-and-tag-area" data-text-default-branch-tooltip="{{.locale.Tr "repo.commit.contained_in_default_branch"}}">
3
<button class="ui button ellipsis-button load-branches-and-tags gt-mt-3" aria-expanded="false"
4
data-fetch-url="{{.RepoLink}}/commit/{{.CommitID}}/load-branches-and-tags"
@@ -16,3 +17,4 @@
16
17
</div>
18
19
20
+{{end}}
0 commit comments