summaryrefslogtreecommitdiffstats
path: root/templates/org/settings/hooks.tmpl
blob: 3b5bf4d9df6c18f64d2fc3dab1594497c4a73080 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{template "base/head" .}}
<div class="organization settings webhooks">
  {{template "org/header" .}}
  <div class="ui container">
    <div class="ui grid">
      {{template "org/settings/navbar" .}}
      {{template "repo/settings/hook_list" .}}
    </div>
  </div>
</div>
{{template "base/footer" .}}