Sha256: 8049f911a7c10feb8d8b1136379c3bfbdb759f49baaa2e32191c38b608de9043

Contents?: true

Size: 1004 Bytes

Versions: 10

Compression:

Stored size: 1004 Bytes

Contents

<%- if @languages.any? -%>
<table class="list" id="languages_list">
  <tr>
    <th>
      <%= sortable_column(Alchemy::Language.human_attribute_name(:name), :column => :name) %>
    </th>
    <th>
      <%= sortable_column(Alchemy::Language.human_attribute_name(:language_code), :column => :language_code) %>
    </th>
    <th>
      <%= sortable_column(Alchemy::Language.human_attribute_name(:country_code), :column => :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 -%>

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
alchemy_cms-3.0.4 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.3 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.1.0.beta1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.2 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.1 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.0 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.0.rc8 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.0.rc7 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.0.rc6 app/views/alchemy/admin/languages/_table.html.erb
alchemy_cms-3.0.0.rc5 app/views/alchemy/admin/languages/_table.html.erb