Sha256: 6fcd1a31cf3601381ccaf56352c3bf9ad6f4cee1c81dffe9639688bd87a9f033
Contents?: true
Size: 1.06 KB
Versions: 17
Compression:
Stored size: 1.06 KB
Contents
<%- if @languages.any? -%> <table class="list" id="languages_list"> <thead> <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> </thead> <tbody> <%= render_resources %> </tbody> </table> <%- elsif params[:query] -%> <p><%= _t('Nothing found') %></p> <%- end -%> <%= paginate @languages, theme: 'alchemy' %>
Version data entries
17 entries across 17 versions & 2 rubygems