<%= raw "#{t('todos.next_action_description')} (#{link_to(t('common.go_back'), @return_path)}" %>)
<%= link_to @todo.description, todo_path(@todo, :format => 'm') -%>
<%= t('todos.notes') %>
<%= render_text(@todo.notes) %>
<%= link_to t('common.back'), @return_path %>