mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 22:24:09 +01:00
added separate database field for reviews
This commit is contained in:
parent
7ebf25320b
commit
77b6c931ca
5 changed files with 40 additions and 7 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue