Sha256: dbffe09fd87ef8b0130a0980287769cad206281495c08a8f9c8a3910e13b1f75

Contents?: true

Size: 1.11 KB

Versions: 26

Compression:

Stored size: 1.11 KB

Contents

<%- if @languages.any? -%>
<table class="list" id="languages_list">
  <thead>
    <tr>
      <th class="icon"></th>
      <th>
        <%= sort_link @query, :name %>
      </th>
      <th>
        <%= sort_link @query, :language_code %>
      </th>
      <th>
        <%= sort_link @query, :country_code %>
      </th>
      <th>
        <%= Alchemy::Language.human_attribute_name(:code) %>
      </th>
      <th>
        <%= Alchemy::Language.human_attribute_name(:locale) %>
      </th>
      <th>
        <%= Alchemy::Language.human_attribute_name(:frontpage_name) %>
      </th>
      <th>
        <%= Alchemy::Language.human_attribute_name(:page_layout) %>
      </th>
      <th class="center">
        <%= Alchemy::Language.human_attribute_name(:public) %>
      </th>
      <th class="center">
        <%= Alchemy::Language.human_attribute_name(:default) %>
      </th>
      <th class="tools"></th>
    </tr>
  </thead>
  <tbody>
    <%= render_resources %>
  </tbody>
</table>
<%- elsif search_filter_params[:q].present? -%>
<p><%= Alchemy.t('Nothing found') %></p>
<%- end -%>

<%= paginate @languages, theme: 'alchemy' %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
alchemy_cms-7.2.9 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.8 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.13 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.7 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.6 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.5 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.12 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.4 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.11 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.3 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.10 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.9 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.2.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.8 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.7 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.6 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.5 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.4 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-7.1.3 app/views/alchemy/admin/languages/_table.html.erb