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.

runners.tmpl 360B

12345678910111213
  1. {{template "base/head" .}}
  2. <div class="page-content organization settings runners">
  3. {{template "org/header" .}}
  4. <div class="ui container">
  5. <div class="ui grid">
  6. {{template "org/settings/navbar" .}}
  7. <div class="twelve wide column content">
  8. {{template "shared/actions/runner_list" .}}
  9. </div>
  10. </div>
  11. </div>
  12. </div>
  13. {{template "base/footer" .}}