Sha256: 38b15c3fa36b3159cd4941c96220c8e0867b70d88984dba609d068bfec32bfb0

Contents?: true

Size: 934 Bytes

Versions: 9

Compression:

Stored size: 934 Bytes

Contents

<%- if @languages.any? -%>
<table class="list" id="languages_list">
  <tr>
    <th>
      <%= Alchemy::Language.human_attribute_name(:name) %>
    </th>
    <th>
      <%= Alchemy::Language.human_attribute_name(:language_code) %>
    </th>
    <th>
      <%= Alchemy::Language.human_attribute_name(:country_code) %>
    </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>
  <%= render_resources %>
</table>
<%- elsif params[:query] -%>
<p><%= _t('Nothing found') %></p>
<%- end -%>

<%= render 'alchemy/admin/partials/pagination_links', :items => @languages, :scope => alchemy %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.5.3.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.3 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.2.2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.2.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.0 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.0.rc3 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.5.0.b9 app/views/alchemy/admin/languages/_table.html.erb