Remove the language block from around the original guidance
The guidance is shown in the user's own language, not in english.
This commit is contained in:
parent
1d5ba57c49
commit
473d425c10
1 changed files with 8 additions and 10 deletions
|
@ -19,16 +19,14 @@
|
|||
<% else %>
|
||||
<!-- Maybe note that this page has been translated -->
|
||||
<% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %>
|
||||
<%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %>
|
||||
<h1><%= t ".foreign.title" %></h1>
|
||||
<p>
|
||||
<%= t ".foreign.html",
|
||||
:english_original_link => link_to(t(".foreign.english_link"),
|
||||
:controller => "site",
|
||||
:action => "copyright",
|
||||
:copyright_locale => "en") %>
|
||||
</p>
|
||||
<% end %>
|
||||
<h1><%= t ".foreign.title" %></h1>
|
||||
<p>
|
||||
<%= t ".foreign.html",
|
||||
:english_original_link => link_to(t(".foreign.english_link"),
|
||||
:controller => "site",
|
||||
:action => "copyright",
|
||||
:copyright_locale => "en") %>
|
||||
</p>
|
||||
<hr />
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue