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.

files.tmpl 791B

1234567891011121314151617181920
  1. {{template "base/head" .}}
  2. <div class="repository view issue pull files diff">
  3. {{template "repo/header" .}}
  4. <div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
  5. <div class="navbar">
  6. {{template "repo/issue/navbar" .}}
  7. <div class="ui right">
  8. <a class="ui green button {{if not .PullRequestCtx.Allowed}}disabled{{end}}" href="{{.RepoLink}}/compare/{{.BranchName | EscapePound}}...{{.PullRequestCtx.HeadInfo | EscapePound}}">{{.i18n.Tr "repo.pulls.new"}}</a>
  9. </div>
  10. </div>
  11. <div class="ui divider"></div>
  12. {{template "repo/issue/view_title" .}}
  13. {{template "repo/pulls/tab_menu" .}}
  14. {{template "base/alert" .}}
  15. <div class="ui bottom attached tab pull segment active">
  16. {{template "repo/diff/box" .}}
  17. </div>
  18. </div>
  19. </div>
  20. {{template "base/footer" .}}