added separate database field for reviews

This commit is contained in:
sfischme 2011-09-15 20:52:24 -04:00
parent 7ebf25320b
commit 77b6c931ca
5 changed files with 40 additions and 7 deletions

View file

@ -12,8 +12,12 @@ suppress_edit_button ||= false
</div>
<% end -%>
<div class="data">
<%= link_to_project( project ) %><%= " (" + count_undone_todos_and_notes_phrase(project,"actions") + ")" %>
<span class="<%= needsreview_class( project ) %>">
<%= link_to_project( project ) %>
</span>
<%= " (" + count_undone_todos_and_notes_phrase(project,"actions") + ")" %>
</div>
<div class="buttons">