X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a36f3558dd43dd5a598e36dd21fd5f7d2b4a94f5..4cc2b63d5c38158e6beb114147be723425ec412e:/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 574242f77..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'] %> -
+ <% if common_details.changeset.tags['comment'].present? %> +

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

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