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