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

hooks.tmpl 290 B

1234567891011
  1. {{template "base/head" .}}
  2. <div class="repository settings webhooks">
  3. {{template "repo/header" .}}
  4. <div class="ui container">
  5. <div class="ui grid">
  6. {{template "repo/settings/navbar" .}}
  7. {{template "repo/settings/hook_list" .}}
  8. </div>
  9. </div>
  10. </div>
  11. {{template "base/footer" .}}