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.

commits.tmpl 524B

12345678910111213141516171819
  1. {{template "base/head" .}}
  2. <div class="repository commits">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. <div class="ui secondary menu">
  6. {{template "repo/branch_dropdown" .}}
  7. <div class="fitted item">
  8. <a href="{{.RepoLink}}/graph" class="ui basic small button">
  9. <span class="text">
  10. <i class="octicon octicon-git-branch"></i>
  11. </span>
  12. {{.i18n.Tr "repo.commit_graph"}}
  13. </a>
  14. </div>
  15. </div>
  16. {{template "repo/commits_table" .}}
  17. </div>
  18. </div>
  19. {{template "base/footer" .}}