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

4 lines
153 B
Text
Raw Normal View History

<% unless @due_tickles.empty? -%>
2011-05-08 15:03:55 +02:00
TracksPages.page_notify('notice', "<%=t('todos.tickler_items_due', :count => @due_tickles.length)%>", 8);
<% end -%>