X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/eee84267f98eb72c00f493f4edbb2547c8319945..01b72f7adf2b46741f30b7c15ec72fc4e96338d7:/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 eefd62b0a..f94fda12a 100644
--- a/app/views/browse/note.html.erb
+++ b/app/views/browse/note.html.erb
@@ -1,9 +1,6 @@
<% set_title(t(".title", :id => @note.id)) %>
-
-
- <%= t ".#{@note.status}_title", :note_name => @note.id %>
-
+<%= render "sidebar_header", :title => t(".#{@note.status}_title", :note_name => @note.id) %>
<%= t(".description") %>
@@ -19,7 +16,10 @@
<% end %>
<%= t "browse.location" %>
- <%= link_to(tag.span(number_with_delimiter(@note.lat), :class => "latitude") + ", " + tag.span(number_with_delimiter(@note.lon), :class => "longitude"), root_path(:anchor => "map=18/#{@note.lat}/#{@note.lon}")) %>
+ <%= link_to(t(".coordinates_html",
+ :latitude => tag.span(number_with_delimiter(@note.lat), :class => "latitude"),
+ :longitude => tag.span(number_with_delimiter(@note.lon), :class => "longitude")),
+ root_path(:anchor => "map=18/#{@note.lat}/#{@note.lon}")) %>
@@ -47,7 +47,7 @@
<% if @note.status == "open" %>
<% if current_user -%>
-