diff options
author | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-05 20:50:59 +0800 |
---|---|---|
committer | FuXiaoHei <fuxiaohei@hexiaz.com> | 2014-05-05 20:50:59 +0800 |
commit | d189b83ac13541cac9ef162950119660b4e3f1f2 (patch) | |
tree | 2b9f9919670e958ba6bab79b45174ad6cb06d7a3 | |
parent | d34c3bb751b73a447f6011a461cf3051cf607221 (diff) | |
download | gitea-d189b83ac13541cac9ef162950119660b4e3f1f2.tar.gz gitea-d189b83ac13541cac9ef162950119660b4e3f1f2.zip |
some ui fix
-rw-r--r-- | templates/repo/hooks_add.tmpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/repo/hooks_add.tmpl b/templates/repo/hooks_add.tmpl index 174036d749..fb1c37d8a8 100644 --- a/templates/repo/hooks_add.tmpl +++ b/templates/repo/hooks_add.tmpl @@ -45,6 +45,10 @@ </label> <p class="help-block">We will deliver event details when this hook is triggered.</p> </div> + <hr/> + <div class="form-group"> + <button class="btn btn-success">Add Webhook</button> + </div> </form> </div> <div class="panel-footer"> |