X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c48263e15c7d6a4547863b533ff863d5146917e8..c03c8f4749c176df8107ef8e66b9a55db9875089:/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 %>