Show Extra Notes icon regardless of task ownership.

fixes #5552
This commit is contained in:
Kevin Barbour 2015-07-08 20:48:42 -04:00
parent 7dc64f8448
commit 5a57895077

View file

@ -51,6 +51,8 @@
span.glyphicon.glyphicon-signal span.glyphicon.glyphicon-signal
|   |  
// notes // notes
a.task-notes(ng-show='task.notes && !task._editing', ng-click='task.popoverOpen = !task.popoverOpen', popover-trigger='click', data-popover-html="{{task.notes | markdown}}", popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}')
span.glyphicon.glyphicon-comment // Make this icon available regardless of task ownership
|   a.task-notes(ng-show='task.notes && !task._editing', ng-click='task.popoverOpen = !task.popoverOpen', popover-trigger='click', data-popover-html="{{task.notes | markdown}}", popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}')
span.glyphicon.glyphicon-comment
|