X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c48263e15c7d6a4547863b533ff863d5146917e8..e72f35f8d9f9452dcc4da95d46d6c25ca3e063da:/app/views/browse/node.rhtml diff --git a/app/views/browse/node.rhtml b/app/views/browse/node.rhtml index 035598e55..19aeb7dca 100644 --- a/app/views/browse/node.rhtml +++ b/app/views/browse/node.rhtml @@ -15,8 +15,8 @@ <%= render :partial => "node_details", :object => @node %>
- <%= 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") %> + <%= 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") %> <%= render :partial => "map", :object => @node %>