mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-04 12:00:16 +01:00
fix some small issues
This commit is contained in:
parent
3116d46820
commit
74a2b2a49f
6 changed files with 389 additions and 334 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue