X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/32d1afbb18ebde7fe9b5be37315fd384dadd0d6b..bf9dd8f350ca1b54afb79dda79506d980ccb5738:/app/views/browse/note.html.erb
diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb
index fa9e88628..884f95d57 100644
--- a/app/views/browse/note.html.erb
+++ b/app/views/browse/note.html.erb
@@ -1,20 +1,20 @@
-<% set_title(t('browse.note.title', :id => @note.id)) %>
+<% set_title(t(".title", :id => @note.id)) %>
- <%= t "browse.note.#{@note.status}_title", :note_name => @note.id %>
+ <%= t ".#{@note.status}_title", :note_name => @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) %>
<% 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 %>