% content_for :head do %> <%= stylesheet_link_tag 'browse' %> <% end %> <% content_for :heading do %>
<%= t "browse.note.at_by_html", :when => friendly_date(@note.created_at), :user => note_author(@note) %>
<%= t "browse.note.at_by_html", :when => friendly_date(@note.closed_at), :user => note_author(@note.comments.last) %>
<%= t "browse.note.at_by_html", :when => friendly_date(@note.updated_at), :user => note_author(@note.comments.last) %>
<%= h(@note.comments.first.body) %>