]> source.dussan.org Git - gitea.git/commitdiff
Almost done issue label #200
authorUnknown <joe2010xtmf@163.com>
Sat, 24 May 2014 07:11:53 +0000 (03:11 -0400)
committerUnknown <joe2010xtmf@163.com>
Sat, 24 May 2014 07:11:53 +0000 (03:11 -0400)
templates/issue/list.tmpl

index d4fe1044f11e7b020262ce00ae15983bdedeb1a2..6862aadcd271518e504a9fdba7cc76aa50371e05 100644 (file)
@@ -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>