<% content_for :heading do %>

<%= @heading %>

<%= raw @description %>

<% end %> <%= render :partial => 'notes_paging_nav' %> <% @notes.each do |note| -%> class="creator"<% end %>> <% end -%>
<%= t'note.mine.id' %> <%= t'note.mine.creator' %> <%= t'note.mine.description' %> <%= t'note.mine.created_at' %> <%= t'note.mine.last_changed' %>
<% if note.closed? %> <%= image_tag("closed_note_marker.png", :alt => 'closed') %> <% else %> <%= image_tag("open_note_marker.png", :alt => 'open') %> <% end %> <%= link_to note.id.to_s, :controller => "browse", :action => "note", :id => note.id %> <%= note_author(note.author) %> <%= note.comments.first.body.to_html %> <%= t 'note.mine.ago_html', :when => friendly_date(note.created_at) %> <%= t 'note.mine.ago_html', :when => friendly_date(note.updated_at) %>
<%= render :partial => 'notes_paging_nav' %>