X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c48263e15c7d6a4547863b533ff863d5146917e8..983dbb5353f819c513cd36a25321e2714d27b3ac:/app/views/browse/node_history.rhtml diff --git a/app/views/browse/node_history.rhtml b/app/views/browse/node_history.rhtml index ea96c091f..4a34e3452 100644 --- a/app/views/browse/node_history.rhtml +++ b/app/views/browse/node_history.rhtml @@ -11,8 +11,8 @@ <%= render :partial => "node_details", :object => node %>
<% end %> - <%= t 'browse.node_history.download', :download_xml_link => link_to (t'browse.node_history.download_xml', :controller => "old_node", :action => "history"), - :view_details_link => link_to (t'browse.node_history.view_details', :action => "node") %> + <%= t 'browse.node_history.download', :download_xml_link => link_to(t('browse.node_history.download_xml'), :controller => "old_node", :action => "history"), + :view_details_link => link_to(t('browse.node_history.view_details'), :action => "node") %> <%= render :partial => "map", :object => @node %>