-
- <% if @note.status == "closed" %>
- <div>
- <h4><%= t "browse.note.closed" %></h4>
- <p><%= t "browse.note.at_by_html", :when => friendly_date(@note.closed_at), :user => note_author(@note.comments.last) %></p>
- </div>
- <% elsif @note.comments.length > 1 %>
- <div>
- <h4><%= t "browse.note.last_modified" %></h4>
- <p><%= t "browse.note.at_by_html", :when => friendly_date(@note.updated_at), :user => note_author(@note.comments.last) %></p>
- </div>
- <% end %>
-
- <div>
- <h4><%= t "browse.note.description" %></h4>
- <p><%= h(@note.comments.first.body) %></p>
+ <% elsif @note.comments.length > 1 %>
+ <div class='browse-field'>
+ <h4><%= t "browse.note.last_modified" %></h4>
+ <p><%= note_event(@note.updated_at, @note.comments.last.author) %></p>