diff options
Diffstat (limited to 'templates/repo/hooks_edit.tmpl')
-rw-r--r-- | templates/repo/hooks_edit.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/repo/hooks_edit.tmpl b/templates/repo/hooks_edit.tmpl index b017197c10..718336ec3a 100644 --- a/templates/repo/hooks_edit.tmpl +++ b/templates/repo/hooks_edit.tmpl @@ -11,6 +11,7 @@ <div class="panel-heading"> Manage Webhook </div> + <div class="panel-body"> <div class="col-md-7"> <p>We’ll send a POST request to the URL below with details of any subscribed events.</p> @@ -51,6 +52,7 @@ </div> </div> </div> + <div class="panel-footer"> <button class="btn btn-primary">Update Webhook</button> <a href="/{{.Owner.Name}}/{{.Repository.Name}}/settings/hooks?remove="><button class="btn btn-danger">Delete Webhook</button></a> @@ -61,6 +63,7 @@ <div class="panel-heading"> <h3 class="panel-title">Recent Deliveries</h3> </div> + <div class="panel-body"> Coming soon </div> |