diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-24 03:11:53 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-24 03:11:53 -0400 |
commit | e33a1044482f6f7e9e82c2b0f5523b1cfb5213a0 (patch) | |
tree | 61c6c7fd35bfa8520dca708b0d1fbadc32f5b44e /templates | |
parent | dce17c86ac26f2110e6067e8f85340122fe5d1e0 (diff) | |
download | gitea-e33a1044482f6f7e9e82c2b0f5523b1cfb5213a0.tar.gz gitea-e33a1044482f6f7e9e82c2b0f5523b1cfb5213a0.zip |
Almost done issue label #200
Diffstat (limited to 'templates')
-rw-r--r-- | templates/issue/list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/issue/list.tmpl b/templates/issue/list.tmpl index d4fe1044f1..6862aadcd2 100644 --- a/templates/issue/list.tmpl +++ b/templates/issue/list.tmpl @@ -18,7 +18,7 @@ <ul class="list-unstyled" id="label-list" data-ajax="{{$.RepoLink}}/issues/labels/delete"> {{range .Labels}} <li class="label-item" id="label-{{.Id}}" data-id="{{.Id}}"> - <a href="#"> + <a href="?type={{$.ViewType}}&state={{$.State}}&labels={{.Id}}"> <span class="pull-right count">{{if $.IsShowClosed}}{{.NumClosedIssues}}{{else}}{{.NumOpenIssues}}{{end}}</span> <span class="color" style="background-color: {{.Color}}" data-color="{{.Color}}"></span> <span class="name">{{.Name}}</span> |