tracks/app/views/notes/_notes_summary.m.erb
Dan Rice dc311221f1 Render notes using RedCloth without formatize
Removes the outdated bluecloth dependency
2013-03-13 17:03:58 +02:00

5 lines
177 B
Text

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