X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/caa1a0128a057bf7358cf60926e0c243113b5a50..ba9a00b10cc8a075a5a4090a1601e3d3b72b2ec1:/app/views/browse/note.html.erb diff --git a/app/views/browse/note.html.erb b/app/views/browse/note.html.erb index 1bacd27d6..37067c311 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -1,12 +1,12 @@ -<% 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) %>
@@ -40,8 +40,12 @@
- - + <% if current_user and current_user.moderator? -%> + + <% end -%> + <% if current_user -%> + + <% end -%>
@@ -49,8 +53,12 @@
- - + <% if current_user and current_user.moderator? -%> + + <% end -%> + <% if current_user -%> + + <% end -%>
<% end %>