Delete unused file

This file was used at previous version of translation
interface.
This commit is contained in:
Senén Rodero Rodríguez
2019-06-12 11:12:38 +02:00
parent 97eab7445d
commit b86c0d3c30

View File

@@ -1,11 +0,0 @@
<ul class="tabs" data-tabs>
<% I18n.available_locales.each do |locale| %>
<li class="tabs-title">
<%= link_to name_for_locale(locale), "#",
style: display_style.call(locale),
class: "js-globalize-locale-link #{highlight_class(resource, locale)}",
data: { locale: locale },
remote: true %>
</li>
<% end %>
</ul>