X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7dbf8d83369cb73929080c4ba23fdd7dcd0184df..d1a29bade4facd38e67c22ee58a02bfdba742ab7:/app/views/browse/note.html.erb
diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb
index fa9e88628..ffc198b0a 100644
--- a/app/views/browse/note.html.erb
+++ b/app/views/browse/note.html.erb
@@ -1,21 +1,21 @@
-<% set_title(t('browse.note.title', :id => @note.id)) %>
+<% set_title(t(".title", :id => @note.id)) %>
-
<%= t('browse.note.description') %>
+
<%= t(".description") %>
<%= h(@note_comments.first.body.to_html) %>
- <%= note_event('open', @note.created_at, @note.author) %>
+ <%= note_event("opened", @note.created_at, @note.author) %>
<% if @note.status == "closed" %>
-
- <%= note_event(@note.status, @note.closed_at, @note_comments.last.author) %>
+
+ <%= note_event(@note.status, @note.closed_at, @note.all_comments.last.author) %>
<% end %>
@@ -29,7 +29,7 @@
<% if @note_comments.length > 1 %>
+
<% @note_comments[1..-1].each do |comment| %>-
<%= note_event(comment.event, comment.created_at, comment.author) %>
@@ -41,20 +41,28 @@
<% end %>
<% if @note.status == "open" %>
-
+ <% if current_user -%>
+
+ <% end -%>
<% else %>
<% end %>