Fix #1039: Show us.is_closed instead us.status.is_closed

stable
David Barragán Merino 2014-09-18 20:06:36 +02:00
parent 1ca461e5e2
commit f5f443c181
1 changed files with 2 additions and 1 deletions

View File

@ -199,7 +199,7 @@ UsStatusDetailDirective = () ->
template = _.template("""
<h1>
<span>
<% 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