mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
3 lines
140 B
Text
3 lines
140 B
Text
<% unless @due_tickles.empty? -%>
|
|
TracksPages.page_inform("<%=t('todos.tickler_items_due', :count => @due_tickles.length)%>");
|
|
<% end -%>
|