tracks/app/views/todos/mobile_show_notes.rhtml
Reinier Balt 110d3daf95 Fix #969 by implementing a new mobile view for notes.
Did not create tests for it
2010-08-03 22:27:54 +02:00

5 lines
No EOL
230 B
Text

<h2>Next action description (<%= link_to "Go back", @return_path %>)</h2>
<%= link_to @todo.description, todo_path(@todo, :format => 'm') -%></h2>
<h2>Notes</h2>
<%= format_note(@todo.notes) %>
<%= link_to "Back", @return_path %>