Changeset 848

Show
Ignore:
Timestamp:
05/16/08 13:53:10
Author:
lrbalt
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tracks/app/views/projects/_project.rhtml

    r837 r848  
    1818    <p class="project_completed">Project has been marked as hidden</p> 
    1919  <% end -%> 
    20   <div id=""p<%= project.id %>items" class="items toggle_target"> 
     20  <div id="p<%= project.id %>items" class="items toggle_target"> 
    2121    <div id="p<%= project.id %>empty-nd" style="display:<%= @not_done.empty? ? 'block' : 'none'%>;"> 
    2222      <div class="message"><p>Currently there are no incomplete actions in this project</p></div>