fix some small issues

This commit is contained in:
Reinier Balt 2011-03-28 11:38:33 +02:00
parent bf01a828cf
commit 059dc948c0
6 changed files with 389 additions and 334 deletions

View file

@ -1,5 +1,5 @@
<% if !@saved -%>
TracksPages.page_notify('error', "Could not mark this todo complete", 5);
TracksPages.page_notify('error', "<%= t('todos.error_toggle_complete') %>", 5);
<% else -%>
<% if @wants_redirect_after_complete && @todo.completed? -%>
redirect_after_complete();