mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
5 lines
No EOL
251 B
Text
5 lines
No EOL
251 B
Text
<%- if @saved -%>
|
|
$('div#recurring_todo_<%= @recurring_todo.id %> a.star_item img').toggleClass('starred');
|
|
<%- else -%>
|
|
TracksPages.page_error('<%= t('todos.error_starring_recurring', :description => @recurring_todo.description) %>');
|
|
<%- end -%> |