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