<%= raw @description %>
<%= render :partial => 'notes_paging_nav' %><%= t'note.mine.id' %> | <%= t'changeset.changesets.user' %> | <%= t'changeset.changesets.comment' %> | <%= t'changeset.changesets.saved_at' %> | <%= t'note.mine.last_changed' %> | ||
---|---|---|---|---|---|---|
<% if note.status == "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 %> | <% if note.author.nil? %><%= note.author_name %> | <% else %><%= link_to h(note.author_name), :controller => "user", :action => "view", :display_name => note.author_name %> | <% end %><%= htmlize note.comments.first.body %> | <%= l note.created_at %> | <%= l note.updated_at %> |