Fix indentation

This commit is contained in:
Andy Allan 2023-03-15 18:11:22 +00:00
parent d41d52877e
commit 3ec310b0c8

View 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 %>