Render task-complete checkbox for mobile

Fixes #1346
This commit is contained in:
Dan Rice 2012-10-25 21:15:35 -04:00
parent dd5d8b21a7
commit 8c56444f96

View file

@ -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')) -%>