diff --git a/app/coffee/modules/userstories/detail.coffee b/app/coffee/modules/userstories/detail.coffee index 2c9d140c..2aa80eed 100644 --- a/app/coffee/modules/userstories/detail.coffee +++ b/app/coffee/modules/userstories/detail.coffee @@ -199,7 +199,7 @@ UsStatusDetailDirective = () -> template = _.template("""

- <% if (status.is_closed) { %> + <% if (is_closed) { %> Closed <% } else { %> Open @@ -304,6 +304,7 @@ UsStatusDetailDirective = () -> owner: owner date: date editable: editable + is_closed: us.is_closed status: status totalPoints: us.total_points rolePoints: rolePoints