From 3f7f4852efaaa56a0dada832dc652a1fc8869ae7 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 14 Aug 2016 03:32:24 -0700 Subject: #2246 fully support of webhooks for pull request --- templates/.VERSION | 2 +- templates/repo/issue/list.tmpl | 2 +- templates/repo/issue/view_title.tmpl | 4 ++-- templates/repo/settings/hook_settings.tmpl | 10 ++++++++++ 4 files changed, 14 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/.VERSION b/templates/.VERSION index 56e398c5..5e537303 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.75.0813 \ No newline at end of file +0.9.76.0814 \ No newline at end of file diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index f4208cd8..d00c9aea 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -102,7 +102,7 @@ {{ $timeStr:= TimeSince .Created $.Lang }}
  • #{{.Index}}
    - {{.Name}} + {{.Title}} {{range .Labels}} {{.Name}} diff --git a/templates/repo/issue/view_title.tmpl b/templates/repo/issue/view_title.tmpl index 28d29d9b..e7c50d1d 100644 --- a/templates/repo/issue/view_title.tmpl +++ b/templates/repo/issue/view_title.tmpl @@ -1,9 +1,9 @@

    - #{{.Issue.Index}} {{.Issue.Name}} + #{{.Issue.Index}} {{.Issue.Title}}

    {{if .IsIssueOwner}} diff --git a/templates/repo/settings/hook_settings.tmpl b/templates/repo/settings/hook_settings.tmpl index 76d3ac29..e0c687db 100644 --- a/templates/repo/settings/hook_settings.tmpl +++ b/templates/repo/settings/hook_settings.tmpl @@ -42,6 +42,16 @@
    + +
    +
    +
    + + + {{.i18n.Tr "repo.settings.event_pull_request_desc"}} +
    +
    +
    -- cgit v1.2.3