Sha256: fa307dfce40baa14d9f2816737da597c3f2f75da483e8575f5d45de96c1c261c

Contents?: true

Size: 551 Bytes

Versions: 1

Compression:

Stored size: 551 Bytes

Contents

<%= render 'spree/admin/shared/configuration_menu' %>

<table class="index locales-settings">
  <thead>
    <tr>
      <th><%= Spree::Store.human_attribute_name(:name) %></th>
      <th><%= Spree::Store.human_attribute_name(:url) %></th>
      <th><%= Spree.t(:'i18n.locales_displayed_on_frontend_select_box') %></th>
      <th class="actions"></th>
    </tr>
  </thead>
  <tbody>
    <%# Rendered by JS %>
  </tbody>
</table>

<script>
Spree.ready(function(){
  new Spree.InlineTableLocales({ el: $("table.locales-settings > tbody") });
})
</script>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_i18n-1.3.0 app/views/spree/admin/locales/show.html.erb