fixes #705 where newly added todos from project view did not show. Thanks Michael Biebl for the report.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@848 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2008-05-16 13:53:10 +00:00
parent a20f6ac46e
commit 86255607cf

View file

@ -17,7 +17,7 @@
<% elsif @project.completed? -%>
<p class="project_completed">Project has been marked as hidden</p>
<% end -%>
<div id=""p<%= project.id %>items" class="items toggle_target">
<div id="p<%= project.id %>items" class="items toggle_target">
<div id="p<%= project.id %>empty-nd" style="display:<%= @not_done.empty? ? 'block' : 'none'%>;">
<div class="message"><p>Currently there are no incomplete actions in this project</p></div>
</div>