]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/copyright.html.erb
Whitespace fixes for site erb files
[rails.git] / app / views / site / copyright.html.erb
index de4ff3cab1cc6304cf02acca9401ff448adbad5c..2dcccab18fc78fa1a120e5e47ca3e61a26eb569a 100644 (file)
@@ -7,13 +7,13 @@
         <h1><%= t '.native.title' %></h1>
         <p>
           <%= raw t '.native.text',
-                      :native_link => link_to(t('.native.native_link'),
-                                                  :controller => 'site',
-                                                  :action => 'copyright',
-                                                  :copyright_locale => nil),
-                      :mapping_link => link_to(t('.native.mapping_link'),
-                                                  :controller => 'site',
-                                                  :action => 'index') %>
+                    :native_link => link_to(t('.native.native_link'),
+                                            :controller => 'site',
+                                            :action => 'copyright',
+                                            :copyright_locale => nil),
+                    :mapping_link => link_to(t('.native.mapping_link'),
+                                             :controller => 'site',
+                                             :action => 'index') %>
         </p>
       <% end %>
       <hr />
         <h1><%= t '.foreign.title' %></h1>
         <p>
           <%= raw t '.foreign.text',
-                      :english_original_link => link_to(t('.foreign.english_link'),
-                                                            :controller => 'site',
-                                                            :action => 'copyright',
-                                                            :copyright_locale => 'en') %>
+                    :english_original_link => link_to(t('.foreign.english_link'),
+                                                      :controller => 'site',
+                                                      :action => 'copyright',
+                                                      :copyright_locale => 'en') %>
         </p>
       <% end %>
       <hr />