mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-08 05:32:37 +01:00
migrate update for context, project, tickler and calendar
This commit is contained in:
parent
33f68df154
commit
c64e1bcd80
16 changed files with 494 additions and 402 deletions
|
|
@ -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 -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue