Sha256: c0870823196a6849bef8cad942dee9ff4d32e70069646b635cd943a87f0d94b8

Contents?: true

Size: 803 Bytes

Versions: 1

Compression:

Stored size: 803 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.downcase}")) %></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.downcase}")) %></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

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-2.0.0.rc1 app/views/spotlight/translations/_pages_table.html.erb