]> git.openstreetmap.org Git - rails.git/commitdiff
Fix indentation
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 15 Mar 2023 18:11:22 +0000 (18:11 +0000)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 22 Mar 2023 10:37:20 +0000 (10:37 +0000)
app/views/site/copyright.html.erb

index 977398660bed60a814dd656b382ab9d0bc3365a9..581af7d6d710d6b4d73a10bdf1bdba5e5a79af36 100644 (file)
@@ -1,7 +1,6 @@
 <% content_for :heading do %>
-<% if @locale == "en" %>
-  <!-- Maybe ease foreigners back to their native page -->
-
+  <% if @locale == "en" %>
+    <!-- Maybe ease foreigners back to their native page -->
     <% if t(".legal_babble", :locale => I18n.locale) != t(".legal_babble", :locale => :en) %>
       <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
         <h1><%= t ".native.title" %></h1>
@@ -40,7 +39,6 @@
       <%= t ".legal_babble.title_html" %>
     <% end %>
   <% end %>
-
 <% end %>
 
 <% I18n.with_locale @locale do %>