Forgot to check this one in!

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@370 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lukemelia 2006-12-09 17:39:42 +00:00
parent c099160411
commit 74ad2b9cc7

View file

@ -0,0 +1,7 @@
<%= link_to_function(image_tag( 'blank.png', :width=>'16', :height=>'16', :border=>'0' ), nil, {:class => 'show_notes', :title => 'Show notes'}) do |page|
page[dom_id(item, 'notes')].toggle
end
-%>
<div class="notes" id="<%= dom_id(item, 'notes') %>" style="display:none">
<%= markdown( item.notes ) %>
</div>