mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-02 02:50:16 +01:00
fix some small issues
This commit is contained in:
parent
bf01a828cf
commit
059dc948c0
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