tracks/app/views/notes/_notes_summary.rhtml

12 lines
319 B
Text
Raw Normal View History

<% note = notes_summary -%>
<div class="note_wrapper" id="<%= dom_id(note) %>">
<%= link_to(
image_tag("blank.png", :border => 0),
note_path(note),
:title => t('notes.show_note_title'),
:class => "link_to_notes icon",
:id => dom_id(note, "link")) %>&nbsp;
<%= rendered_note(note) %>
</div>
<% note = nil -%>