JumpstartLab/tracks

View on GitHub
app/views/todos/show_notes.m.erb

Summary

Maintainability
Test Coverage
<h2><%= raw "#{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>
<%= Tracks::Utils.render_text(@todo.notes)  %>
<%= link_to t('common.back'), @return_path %>