From 592e81367be772eea12ab74d067ddac8f45c998c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Wed, 27 Aug 2014 13:51:40 +0200 Subject: [PATCH] Added arrows to make edition visible. Fixes #703 --- app/coffee/modules/tasks/detail.coffee | 3 +++ app/coffee/modules/userstories/detail.coffee | 3 +++ 2 files changed, 6 insertions(+) diff --git a/app/coffee/modules/tasks/detail.coffee b/app/coffee/modules/tasks/detail.coffee index f21face2..4bd4c1f8 100644 --- a/app/coffee/modules/tasks/detail.coffee +++ b/app/coffee/modules/tasks/detail.coffee @@ -217,6 +217,9 @@ TaskStatusDirective = () ->
<%= status.name %> + <% if (editable) { %> + + <% } %> status
diff --git a/app/coffee/modules/userstories/detail.coffee b/app/coffee/modules/userstories/detail.coffee index e2a94c71..6ddf6ade 100644 --- a/app/coffee/modules/userstories/detail.coffee +++ b/app/coffee/modules/userstories/detail.coffee @@ -249,6 +249,9 @@ UsStatusDetailDirective = () ->
<%= status.name %> + <% if (editable) { %> + + <% } %> status