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/repo/issue/list.tmpl | 2 +- templates/repo/issue/view_title.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/repo/issue') 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}} -- cgit v1.2.3