Clean api code

This commit is contained in:
Unknown
2014-05-05 13:08:01 -04:00
parent 5f653898f3
commit c1eb4d894a
20 changed files with 277 additions and 121 deletions

View File

@@ -11,6 +11,7 @@
<div class="panel-heading">
Manage Webhook
</div>
<div class="panel-body">
<div class="col-md-7">
<p>Well 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>&nbsp;&nbsp;
<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>