Sha256: dbffe09fd87ef8b0130a0980287769cad206281495c08a8f9c8a3910e13b1f75
Contents?: true
Size: 1.11 KB
Versions: 26
Compression:
Stored size: 1.11 KB
Contents
<%- if @languages.any? -%> <table class="list" id="languages_list"> <thead> <tr> <th class="icon"></th> <th> <%= sort_link @query, :name %> </th> <th> <%= sort_link @query, :language_code %> </th> <th> <%= sort_link @query, :country_code %> </th> <th> <%= Alchemy::Language.human_attribute_name(:code) %> </th> <th> <%= Alchemy::Language.human_attribute_name(:locale) %> </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 search_filter_params[:q].present? -%> <p><%= Alchemy.t('Nothing found') %></p> <%- end -%> <%= paginate @languages, theme: 'alchemy' %>
Version data entries
26 entries across 26 versions & 1 rubygems