tracks/app/views/notes/_notes_summary.m.erb

6 lines
177 B
Text
Raw Permalink Normal View History

<% note = notes_summary -%>
<div class="note_wrapper">
<div class="note"><%= link_to( truncated_note(note), note_path(note, :format => 'm')) %></div>
</div>
<% note = nil -%>