<%= render :partial => "node_details", :object => @node %>
<hr />
<%= t'browse.node.download', :download_xml_link => link_to(t('browse.node.download_xml'), :controller => "node", :action => "read"),
- :view_history_link => link_to(t('browse.node.view_history'), :action => "node_history") %>
+ :view_history_link => link_to(t('browse.node.view_history'), :action => "node_history"),
+ :edit_link => link_to(t('browse.node.edit'), :controller => "site", :action => "edit", :lat => @node.lat, :lon => @node.lon, :zoom => 18, :node => @node.id)
+ %>
</td>
<%= render :partial => "map", :object => @node %>
</tr>
node:
node: "Node"
node_title: "Node: {{node_name}}"
- download: "{{download_xml_link}} or {{view_history_link}}"
+ download: "{{download_xml_link}}, {{view_history_link}} or {{edit_link}}"
download_xml: "Download XML"
view_history: "view history"
+ edit: "edit"
not_found:
sorry: "Sorry, the {{type}} with the id {{id}}, could not be found."
type: