You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

commit_load_branches_and_tags.tmpl 879B

1234567891011121314151617181920
  1. {{if not .PageIsWiki}}
  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"
  5. data-tooltip-content="{{.locale.Tr "repo.commit.load_referencing_branches_and_tags"}}"
  6. >...</button>
  7. <div class="branch-and-tag-detail gt-hidden">
  8. <div class="divider"></div>
  9. <div>{{.locale.Tr "repo.commit.contained_in"}}</div>
  10. <div class="gt-df gt-mt-3">
  11. <div class="gt-p-2">{{svg "octicon-git-branch"}}</div>
  12. <div class="branch-area flex-text-block gt-f1"></div>
  13. </div>
  14. <div class="gt-df gt-mt-3">
  15. <div class="gt-p-2">{{svg "octicon-tag"}}</div>
  16. <div class="tag-area flex-text-block gt-f1"></div>
  17. </div>
  18. </div>
  19. </div>
  20. {{end}}