tracks/app/views/todos/mobile_show_notes.rhtml
Marcus Ilgner fd3f69d927 Changed code to support basic i18n.
Added RubyMine configuration and rvm setup to .gitignore.
2010-11-09 16:31:26 +08:00

5 lines
No EOL
276 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 %>