</h2>
<div class="browse-section">
<h4>
- <%= @note.author %>
- <%= note_event(@note.status, @note.created_at, @note.author) %>
+ <%= note_event('open', @note.created_at, @note.author) %>
<% if @note.status == "closed" %>
<br/>
<%= note_event(@note.status, @note.closed_at, @note.comments.last.author) %>
<% if @note.comments.length > 1 %>
<div class='browse-section clearfix note-comments'>
- <h4><%= t "browse.note.comments" %></h4>
<ul>
<% @note.comments[1..-1].each do |comment| %>
<li id="c<%= comment.id %>">
description: "Description"
comments: "Comments"
anonymous: "anonymous"
- open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when}</abbr> ago"
- open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when}</abbr> ago"
- commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when}</abbr> ago"
- commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when}</abbr> ago"
- closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when}</abbr> ago"
- closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when}</abbr> ago"
- reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when}</abbr> ago"
- reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when}</abbr> ago"
+ open_by: "Created by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ open_by_anonymous: "Created by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ commented_by: "Comment from %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ commented_by_anonymous: "Comment from anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ closed_by: "Resolved by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ closed_by_anonymous: "Resolved by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ reopened_by: "Reactivated by %{user} <abbr title='%{exact_time}'>%{when} ago</abbr>"
+ reopened_by_anonymous: "Reactivated by anonymous <abbr title='%{exact_time}'>%{when} ago</abbr>"
changeset:
changeset_paging_nav:
showing_page: "Page %{page}"