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.

view.tmpl 1.3KB

123456789101112131415161718192021222324252627282930
  1. {{template "base/head" .}}
  2. <div class="page-content repository">
  3. {{template "repo/header" .}}
  4. <div id="repo-action-view"
  5. data-run-index="{{.RunIndex}}"
  6. data-job-index="{{.JobIndex}}"
  7. data-actions-url="{{.ActionsURL}}"
  8. data-locale-approve="{{.locale.Tr "repo.diff.review.approve"}}"
  9. data-locale-cancel="{{.locale.Tr "cancel"}}"
  10. data-locale-rerun="{{.locale.Tr "rerun"}}"
  11. data-locale-rerun-all="{{.locale.Tr "rerun_all"}}"
  12. data-locale-status-unknown="{{.locale.Tr "actions.status.unknown"}}"
  13. data-locale-status-waiting="{{.locale.Tr "actions.status.waiting"}}"
  14. data-locale-status-running="{{.locale.Tr "actions.status.running"}}"
  15. data-locale-status-success="{{.locale.Tr "actions.status.success"}}"
  16. data-locale-status-failure="{{.locale.Tr "actions.status.failure"}}"
  17. data-locale-status-cancelled="{{.locale.Tr "actions.status.cancelled"}}"
  18. data-locale-status-skipped="{{.locale.Tr "actions.status.skipped"}}"
  19. data-locale-status-blocked="{{.locale.Tr "actions.status.blocked"}}"
  20. data-locale-artifacts-title="{{$.locale.Tr "artifacts"}}"
  21. data-locale-show-timestamps="{{.locale.Tr "show_timestamps"}}"
  22. data-locale-show-log-seconds="{{.locale.Tr "show_log_seconds"}}"
  23. data-locale-show-full-screen="{{.locale.Tr "show_full_screen"}}"
  24. data-locale-download-logs="{{.locale.Tr "download_logs"}}"
  25. >
  26. </div>
  27. </div>
  28. {{template "base/footer" .}}