diff --git a/app/views/todos/_todo.html.erb b/app/views/todos/_todo.html.erb index 6f7edbc6e..fc51cc742 100644 --- a/app/views/todos/_todo.html.erb +++ b/app/views/todos/_todo.html.erb @@ -12,7 +12,7 @@ parameters += "&_tag_name=#{@tag_name}" if @source_view == 'tag' <%= remote_toggle_checkbox(todo) %> <%= remote_edit_button(todo) unless suppress_edit_button %>