Sha256: 423ece7a842beb5e8860a8fdb1ce5124a1fee2251a9fcef6101366eea2f4fadf

Contents?: true

Size: 933 Bytes

Versions: 28

Compression:

Stored size: 933 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

28 entries across 28 versions & 1 rubygems

Version Path
alchemy_cms-2.2.rc13 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc11 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc8 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc7 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc6 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc3 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-2.2.rc1 app/views/alchemy/admin/languages/_table.html.erb