]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/node.rhtml
Fix warnings.
[rails.git] / app / views / browse / node.rhtml
index 035598e550f7a84fc66c8210ef3c0ec650e4650e..19aeb7dcafbe6da89dfec232f7d5219870c5e9ed 100644 (file)
@@ -15,8 +15,8 @@
     <td>
       <%= 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") %>
+      <%= 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") %>
     </td>
     <%= render :partial => "map", :object => @node %>
   </tr>