From 8c56444f96e426a8813463fbc060fe5cca8a37ae Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Thu, 25 Oct 2012 21:15:35 -0400 Subject: [PATCH] Render task-complete checkbox for mobile Fixes #1346 --- app/views/todos/_todo.m.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/todos/_todo.m.erb b/app/views/todos/_todo.m.erb index ff1d58bd..2af89553 100644 --- a/app/views/todos/_todo.m.erb +++ b/app/views/todos/_todo.m.erb @@ -1,6 +1,6 @@ <% @todo = 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')) -%>