diff --git a/src/app/boards/template/detail.html b/src/app/boards/template/detail.html index 2538472b..43003950 100644 --- a/src/app/boards/template/detail.html +++ b/src/app/boards/template/detail.html @@ -356,7 +356,7 @@
+ href="#!/worklist/{{lane.worklist.id}}"> {{ lane.worklist.title }} @@ -389,7 +389,7 @@ ng-if="!lane.worklist.archived" ng-class="{'kanban-lane-automatic': lane.worklist.automatic}"> + href="#!/worklist/{{lane.worklist.id}}"> {{ lane.worklist.title }}
- {{worklist.title}} + {{worklist.title}} (automatic) diff --git a/src/app/stories/template/worklists.html b/src/app/stories/template/worklists.html index 1b03afb9..cc4c08e4 100644 --- a/src/app/stories/template/worklists.html +++ b/src/app/stories/template/worklists.html @@ -9,7 +9,7 @@ - {{worklist.title}} + {{worklist.title}} (automatic)