]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/browse/relation.html.erb
Replace htmlize call by rich text to_html call
[rails.git] / app / views / browse / relation.html.erb
index 2128d18a9ab226189ee3991f064401c0bb5cf1be..28e251ac2e1565aa498827ca2554f488159df3ca 100644 (file)
@@ -10,5 +10,5 @@
 <%= render :partial => "map", :object => @relation %>
 <%= render :partial => "relation_details", :object => @relation %>
 <hr />
-<%= raw t'browse.relation.download', :download_xml_link => link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read"),
-                                     :view_history_link => link_to(t('browse.relation.view_history'), :action => "relation_history") %>
+<%= link_to(t('browse.relation.download_xml'), :controller => "relation", :action => "read") %>
+| <%= link_to(t('browse.relation.view_history'), :action => "relation_history") %>