2007-03-30 04:36:52 +00:00
|
|
|
<% note = notes_summary -%>
|
|
|
|
|
<div class="note_wrapper" id="<%= dom_id(note) %>">
|
2012-04-21 10:57:36 -05:00
|
|
|
<div class="note_link">
|
2014-08-14 21:05:05 -05:00
|
|
|
<%= link_to(
|
2010-11-24 22:01:23 +01:00
|
|
|
image_tag("blank.png", :border => 0),
|
2010-11-29 11:04:15 +01:00
|
|
|
note,
|
2010-11-24 22:01:23 +01:00
|
|
|
:title => t('notes.show_note_title'),
|
|
|
|
|
:class => "link_to_notes icon",
|
2012-04-21 10:57:36 -05:00
|
|
|
:id => dom_id(note, "link")) %></div>
|
|
|
|
|
<div class="note_note"><%= rendered_note(note) %></div>
|
2007-03-30 04:36:52 +00:00
|
|
|
</div>
|
|
|
|
|
<% note = nil -%>
|