mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-07 09:48:50 +01:00
5 lines
No EOL
230 B
Text
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 %> |