X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2b4f8e92c969a5508b73ae7af45811a118fda6b1..83b3db99747b9630dff3ad3292a68daa6599d0e5:/app/views/browse/_node.html.erb
diff --git a/app/views/browse/_node.html.erb b/app/views/browse/_node.html.erb
index 5b29865db..2c2cdd4c0 100644
--- a/app/views/browse/_node.html.erb
+++ b/app/views/browse/_node.html.erb
@@ -1,11 +1,13 @@
-
- <% if node.redacted? %>
+<% if node.redacted? %>
+
<%= t 'browse.redacted.message_html',
:type => t('browse.redacted.type.node'),
:version => node.version,
:redaction_link => link_to(t('browse.redacted.redaction',
:id => node.redaction.id), node.redaction) %>
- <% else %>
+
+<% else %>
+
<%= render :partial => "common_details", :object => node %>
<% unless node.ways.empty? and node.containing_relation_members.empty? %>
@@ -17,5 +19,5 @@
<%= render :partial => "containing_relation", :collection => node.containing_relation_members %>
<% end %>
- <% end %>
-
+
+<% end %>