Sha256: 765b26c2f2190786a57c0aafe68fd09276f8c4ef1234b04412ca9650a5c9407d

Contents?: true

Size: 1.14 KB

Versions: 30

Compression:

Stored size: 1.14 KB

Contents

<%- if @languages.any? -%>
<table class="list" id="languages_list">
  <thead>
    <tr>
      <th>
        <%= sort_link @query, :name, hide_indicator: true %>
      </th>
      <th>
        <%= sort_link @query, :language_code, hide_indicator: true %>
      </th>
      <th>
        <%= sort_link @query, :country_code, hide_indicator: true %>
      </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

30 entries across 30 versions & 1 rubygems

Version Path
alchemy_cms-4.3.0 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.2.2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.1.2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.1.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.2.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.2.0 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.2.0.rc1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.1.0 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.1.0.rc1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-4.1.0.beta app/views/alchemy/admin/languages/_table.html.erb