From d34c3bb751b73a447f6011a461cf3051cf607221 Mon Sep 17 00:00:00 2001 From: FuXiaoHei Date: Mon, 5 May 2014 20:16:24 +0800 Subject: finish webhook ui, some ui fix --- templates/admin/nav.tmpl | 2 +- templates/repo/hooks_edit.tmpl | 70 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 templates/repo/hooks_edit.tmpl (limited to 'templates') diff --git a/templates/admin/nav.tmpl b/templates/admin/nav.tmpl index b9542228bc..e22ae0b9f5 100644 --- a/templates/admin/nav.tmpl +++ b/templates/admin/nav.tmpl @@ -4,6 +4,6 @@
  • Users
  • Repositories
  • Configuration
  • -
  • Authentication
  • +
  • Authentication
  • \ No newline at end of file diff --git a/templates/repo/hooks_edit.tmpl b/templates/repo/hooks_edit.tmpl new file mode 100644 index 0000000000..b017197c10 --- /dev/null +++ b/templates/repo/hooks_edit.tmpl @@ -0,0 +1,70 @@ +{{template "base/head" .}} +{{template "base/navbar" .}} +{{template "repo/nav" .}} +{{template "repo/toolbar" .}} +
    + {{template "repo/setting_nav" .}} +
    + {{template "base/alert" .}} +
    +
    +
    + Manage Webhook +
    +
    +
    +

    We’ll send a POST request to the URL below with details of any subscribed events.

    +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    + + +
    + +
    +
    +
    +
    + + +

    We will deliver event details when this hook is triggered.

    +
    +
    +
    + +
    +
    +
    +
    +

    Recent Deliveries

    +
    +
    + Coming soon +
    +
    +
    +
    +{{template "base/footer" .}} \ No newline at end of file -- cgit v1.2.3