Browse Source

Almost done issue label #200

Unknown 10 years ago
parent
commit
e33a104448
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/issue/list.tmpl

+ 1 - 1
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>