X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d7eb387a7c3573f1a1d17df00adcaa1fb9b9fa5..9f3dace353d08417d23624781f059bd61dd56c52:/app/views/browse/node.html.erb?ds=sidebyside
diff --git a/app/views/browse/node.html.erb b/app/views/browse/node.html.erb
index f41562a7f..1936b9343 100644
--- a/app/views/browse/node.html.erb
+++ b/app/views/browse/node.html.erb
@@ -2,26 +2,16 @@
@name = printable_name @node
@title = t('browse.node.node') + ' | ' + @name
%>
-<% content_for :head do %>
-<%= stylesheet_link_tag 'browse' %>
-<% end %>
-<% content_for :heading do %>
-
<%= t'browse.node.node_title', :node_name => @name %>
-
- - <%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %>
- - <%= link_to(t('browse.node.view_history'), :action => "node_history") %>
- <% if @node.visible -%>
- - <%= link_to(t('browse.node.edit'), :controller => "site", :action => "edit", :lat => @node.lat, :lon => @node.lon, :zoom => 18, :node => @node.id) %>
- <% end -%>
-
-<% end %>
-<%= render :partial => "navigation" %>
+
-<% if @node.visible -%>
-<%= render :partial => "map", :object => @node %>
-<% end -%>
+<%= render :partial => "node_details", :object => @node %>
-
- <%= render :partial => "node_details", :object => @node %>
-
\ No newline at end of file
+
+ <%= link_to(t('browse.node.download_xml'), :controller => "node", :action => "read") %>
+ ·
+ <%= link_to(t('browse.node.view_history'), :action => "node_history") %>
+
+