X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/898cc828dd1f1167f85abbf35c8e3f0ed640ac1e..356fa7f2dec9284ad473ea0b062e7b3b00a60988:/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 740646efb..fa587104e 100644 --- a/app/views/browse/note.html.erb +++ b/app/views/browse/note.html.erb @@ -16,8 +16,8 @@
<% if @note.comments.find { |comment| comment.author.nil? } -%> -
- <%= t "javascripts.notes.show.anonymous_warning" %> +
+

<%= t "javascripts.notes.show.anonymous_warning" %>

<% end -%> @@ -46,7 +46,7 @@

<%= t "browse.node_details.coordinates" %>

-

<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}".html_safe), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %>

+

<%= link_to ("#{number_with_delimiter(@note.lat)}, #{number_with_delimiter(@note.lon)}".html_safe), {:controller => 'site', :action => 'index', :lat => h(@note.lat), :lon => h(@note.lon), :zoom => "18"} %>