]> git.openstreetmap.org Git - rails.git/commitdiff
Add some more raw markers
authorTom Hughes <tom@compton.nu>
Wed, 16 Nov 2011 08:48:05 +0000 (08:48 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 16 Nov 2011 08:48:05 +0000 (08:48 +0000)
app/views/browse/node_history.html.erb
app/views/browse/relation_history.html.erb
app/views/browse/way_history.html.erb

index 90b67744088a9befe372a919c7adde8a8b535504..c307659172a76513e76449ff927cc50c62861231 100644 (file)
@@ -8,5 +8,5 @@
   <%= render :partial => "node_details", :object => node %>
   <hr />
 <% 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") %>
+<%= raw 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") %>
index 61b4d04fb031d42eb4ba014ae496c888f8ce8dfa..03aa3524869104afa47d825d88f5e5b06470f704 100644 (file)
@@ -8,5 +8,5 @@
   <%= render :partial => "relation_details", :object => relation %>
   <hr />
 <% end %>
-<%= t'browse.relation_history.download', :download_xml_link => link_to(t('browse.relation_history.download_xml'), :controller => "old_relation", :action => "history"), 
-                                         :view_details_link => link_to(t('browse.relation_history.view_details'), :action => "relation") %>
+<%= raw t'browse.relation_history.download', :download_xml_link => link_to(t('browse.relation_history.download_xml'), :controller => "old_relation", :action => "history"), 
+                                             :view_details_link => link_to(t('browse.relation_history.view_details'), :action => "relation") %>
index e653c021a85ff795ac234e8535e4099b49bbd3fb..e7070e04394849f24fa58e2d0c48e017f2b1f2eb 100644 (file)
@@ -8,5 +8,5 @@
   <%= render :partial => "way_details", :object => way %>
   <hr />
 <% end %>
-<%= t'browse.way_history.download', :download_xml_link => link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history"), 
-                                    :view_details_link => link_to(t('browse.way_history.view_details'), :action => "way") %>
+<%= raw t'browse.way_history.download', :download_xml_link => link_to(t('browse.way_history.download_xml'), :controller => "old_way", :action => "history"), 
+                                        :view_details_link => link_to(t('browse.way_history.view_details'), :action => "way") %>