mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-14 16:26:32 +01:00
added preferences description, added list of up-to-date projects to review view
This commit is contained in:
parent
ad2df4a792
commit
858be5d85b
4 changed files with 9 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
<h2>
|
||||
<span id="<%= state %>-projects-count" class="badge"><%= project_state_group.length%><%= total_count_string%></span>
|
||||
|
||||
<%= t('common.last' ) unless (state == 'review' || state == 'stalled' || state == 'blocked')%>
|
||||
<%= t('common.last' ) unless (state == 'review' || state == 'stalled' || state == 'blocked' || state == 'current')%>
|
||||
<%= t('states.'+state+'_plural' )%>
|
||||
<%= t('common.projects') %><%= total_count==-1 ? "" : " ("+link_to("Show all", done_projects_path)+")"%>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue