Sha256: 59904622baeeb6b4e76878445eb6a980cc5557b520c6e3a81fe281f7b23da6af
Contents?: true
Size: 422 Bytes
Versions: 67
Compression:
Stored size: 422 Bytes
Contents
<h2><%= t :'.header' %></h2> <% unless @pages.empty? %> <table class="table table-striped"> <thead> <tr class="d-flex"> <th class="col-6"><%= t :'.field.title' %></th> <th class="col-4"><%= t :'.field.last_edited_by' %></th> <th class="col-2"><%= t :'.field.updated_at' %></th> </tr> </thead> <tbody> <%= render partial: 'page', collection: @pages %> </tbody> </table> <% end %>
Version data entries
67 entries across 67 versions & 1 rubygems