diff --git a/styles/app/filters.styl b/styles/app/filters.styl index b9dbced5b1..d734addab7 100644 --- a/styles/app/filters.styl +++ b/styles/app/filters.styl @@ -12,4 +12,8 @@ /* Filters applied to tasks */ .task.filtered-out - display: none \ No newline at end of file + display: none + +.tag-label:hover + background-color: #3a87ad + cursor: pointer \ No newline at end of file diff --git a/views/app/filters.html b/views/app/filters.html index 24ef93d1e3..5efb12b288 100644 --- a/views/app/filters.html +++ b/views/app/filters.html @@ -30,4 +30,24 @@ {/} - \ No newline at end of file + + + + + {{#each _user.tags as :tag}} + + {#if :task.tags[:tag.id]} + {:tag.name} + {/} + + {{/}} + + +
+ Tags + +
\ No newline at end of file diff --git a/views/app/tasks.html b/views/app/tasks.html index 92e8f7e8df..14f37559aa 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -152,15 +152,7 @@

{:task.text} - - - {{#each _user.tags as :tag}} - - {#if :task.tags[:tag.id]} - {:tag.name} - {/} - - {{/}} +

@@ -225,14 +217,7 @@ {/} -
- Tags - -
+