Mark language and direction for about page

This commit is contained in:
Tom Hughes 2019-12-30 22:49:17 +00:00
parent bb2c5677df
commit 23e763ea95

View file

@ -1,3 +1,4 @@
<%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
<div class='attr'>
<div class='byosm'>
<%= t ".copyright_html", :locale => @locale %>
@ -39,3 +40,4 @@
</p>
</div>
</div>
<% end %>