Sha256: a52de1a1fb18a0a453f1ad4d78aedda78ddcce4ccc25957db6f330bdc7b4ec69
Contents?: true
Size: 785 Bytes
Versions: 42
Compression:
Stored size: 785 Bytes
Contents
<table class="table table-striped"> <thead> <tr> <th><%= t('spotlight.exhibits.translations.pages.table_header.last_updated', language: t(:"locales.#{I18n.default_locale}")) %></th> <th class="text-center"><%= t('spotlight.exhibits.translations.pages.table_header.default_published') %></th> <th><%= t('spotlight.exhibits.translations.pages.table_header.last_updated', language: t(:"locales.#{@language}")) %></th> <th class='text-center'><%= t('spotlight.exhibits.translations.pages.table_header.language_published') %></th> <th class='text-center'><%= t('spotlight.exhibits.translations.pages.table_header.actions') %></th> </tr> </thead> <tbody> <%= render partial: 'page', collection: pages, locals: { f: f } %> </tbody> </table>
Version data entries
42 entries across 42 versions & 1 rubygems