mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
parent
dd5d8b21a7
commit
8c56444f96
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<% @todo = todo -%>
|
||||
<li id="<%= dom_id(todo) %>" >
|
||||
<% remote_mobile_checkbox(todo) %>
|
||||
<%= remote_mobile_checkbox(todo) %>
|
||||
<%= date_span -%> <%= link_to todo.description, todo_path(todo, :format => 'm') -%>
|
||||
<% unless todo.notes.blank? %>
|
||||
<%= link_to(image_tag("mobile_notes.png", :border => "0"), show_notes_todo_path(todo, :format => 'm')) -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue