mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
5 lines
284 B
Text
5 lines
284 B
Text
<h2><%= t('todos.next_action_description') + " (" + link_to(t('common.go_back'), @return_path) %>)</h2>
|
|
<%= link_to @todo.description, todo_path(@todo, :format => 'm') -%>
|
|
<h2><%= t('todos.notes') %></h2>
|
|
<%= format_note(@todo.notes) %>
|
|
<%= link_to t('common.back'), @return_path %>
|