diff options
author | James Anderson <james@jamesanderson.me> | 2014-04-23 15:39:37 -0400 |
---|---|---|
committer | James Anderson <james@jamesanderson.me> | 2014-04-23 15:39:37 -0400 |
commit | 32ae6896fa77f31f5626b41260743ef84c132b1e (patch) | |
tree | 545846c0ee203677aa5dd71229edfdaebe4b3dd4 /templates | |
parent | 4b58c016038be87fa8d50c73cc064da216f10ec2 (diff) | |
download | gitea-32ae6896fa77f31f5626b41260743ef84c132b1e.tar.gz gitea-32ae6896fa77f31f5626b41260743ef84c132b1e.zip |
Close to Closed
Diffstat (limited to 'templates')
-rw-r--r-- | templates/issue/user.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/issue/user.tmpl b/templates/issue/user.tmpl index 1d49395cb9..812d9d8e24 100644 --- a/templates/issue/user.tmpl +++ b/templates/issue/user.tmpl @@ -29,7 +29,7 @@ <div class="filter-option"> <div class="btn-group"> <a class="btn btn-default issue-open{{if not .IsShowClosed}} active{{end}}" href="/issues?type={{.ViewType}}&repoid={{.RepoId}}">{{.OpenIssueCount}} Open</a> - <a class="btn btn-default issue-close{{if .IsShowClosed}} active{{end}}" href="/issues?state=closed&type={{.ViewType}}&repoid={{.RepoId}}">{{.ClosedIssueCount}} Close</a> + <a class="btn btn-default issue-close{{if .IsShowClosed}} active{{end}}" href="/issues?state=closed&type={{.ViewType}}&repoid={{.RepoId}}">{{.ClosedIssueCount}} Closed</a> </div> </div> <div class="issues list-group"> |