mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-04 00:08:50 +01:00
3 lines
153 B
Text
3 lines
153 B
Text
<% unless @due_tickles.empty? -%>
|
|
TracksPages.page_notify('notice', "<%=t('todos.tickler_items_due', :count => @due_tickles.length)%>", 8);
|
|
<% end -%>
|