tracks/app/views/todos/check_deferred.js.erb

4 lines
140 B
Text
Raw Normal View History

<% unless @due_tickles.empty? -%>
TracksPages.page_inform("<%=t('todos.tickler_items_due', :count => @due_tickles.length)%>");
<% end -%>