mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-06 09:18:50 +01:00
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:
parent
a20f6ac46e
commit
86255607cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue