mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 15:14:07 +01:00
4 lines
140 B
Text
4 lines
140 B
Text
|
|
<% if @saved -%>
|
||
|
|
$('div#line_todo_<%= @todo.id %> a.star_item img').toggleClass('starred_todo').toggleClass('unstarred_todo');
|
||
|
|
<% end -%>
|