X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/32959aed76917ff14f51acb185484dcc7bb2bfbd..35458c009652645972a9167d80aba1c4fdce82cf:/app/views/browse/_common_details.html.erb diff --git a/app/views/browse/_common_details.html.erb b/app/views/browse/_common_details.html.erb index 7c8165c67..bea1fbbe0 100644 --- a/app/views/browse/_common_details.html.erb +++ b/app/views/browse/_common_details.html.erb @@ -1,5 +1,5 @@
-
+
<% if common_details.visible? %>

<%= t 'browse.common_details.edited_at' %>

<% else %> @@ -9,7 +9,7 @@
<% if common_details.changeset.user.data_public? %> -
+
<% if common_details.visible? %>

<%= t 'browse.common_details.edited_by' %>

<% else %> @@ -19,18 +19,18 @@
<% end %> -
+

<%= t 'browse.common_details.version' %>

<%= h(common_details.version) %>

-
+

<%= t 'browse.common_details.in_changeset' %>

<%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %>

<% if common_details.changeset.tags['comment'].present? %> -
+

<%= t 'browse.common_details.changeset_comment' %>

<%= linkify(h(common_details.changeset.tags['comment'])) %>