2 @name = printable_name @node
3 set_title(t('browse.node.node') + ' | ' + @name)
7 <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
8 <%= t'browse.node.node_title', :node_name => @name %>
11 <%= render :partial => "node_details", :object => @node %>
13 <div class='secondary-actions'>
14 <%= link_to(t('browse.download_xml'), :controller => "node", :action => "read") %>
16 <%= link_to(t('browse.view_history'), :action => "node_history") %>