tracks/tracks/app/views/notes/_notes_summary.rhtml
2007-01-15 07:50:54 +00:00

6 lines
262 B
Text

<% note = notes_summary -%>
<div class="note_wrapper" id="<%= dom_id(note) %>">
<%= link_to( image_tag("blank.png", :border => 0), note_path(note), :title => "Show note", :class => "show_notes icon") %>&nbsp;
<%= truncated_note(note) %>
</div>
<% note = nil -%>