migrate update for context, project, tickler and calendar

This commit is contained in:
Reinier Balt 2010-12-25 16:28:53 +01:00
parent 33f68df154
commit c64e1bcd80
16 changed files with 494 additions and 402 deletions

View file

@ -1,4 +1,3 @@
unless @due_tickles.empty?
#TODO: why not just add the new items here in addition to notifying?
page.notify :notice, t('todos.tickler_items_due', :count => @due_tickles.length), 5.0
end
<% unless @due_tickles.empty? -%>
TracksPages.page_notify('notice', "<%=t('todos.tickler_items_due', :count => @due_tickles.length)%>", 5);
<% end -%>