Adds icon to locale switcher
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<div class="locale">
|
||||
<span class="inline-block"><%= t("layouts.header.locale") %></span>
|
||||
<span class="inline-block">
|
||||
<i class="icon-language"></i>
|
||||
<%= t("layouts.header.locale") %>
|
||||
</span>
|
||||
<form class="locale-form">
|
||||
<select class="js-location-changer locale-switcher" name="locale-switcher">
|
||||
<% I18n.available_locales.map do |loc| %>
|
||||
|
||||
Reference in New Issue
Block a user