X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/32d1afbb18ebde7fe9b5be37315fd384dadd0d6b..3786366fdc691320c0a2c6982fe43a8e4b80bcc6:/app/views/browse/note.html.erb?ds=sidebyside 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)) %>
+
<% @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 %>