Sha256: 09a6b979f89b0e0f839afe33701a0226c837bc352f38c9cb49ee0a1bed8157cb
Contents?: true
Size: 415 Bytes
Versions: 105
Compression:
Stored size: 415 Bytes
Contents
<h3><%= t :'.header' %></h3> <% unless @pages.empty? %> <table class="table table-striped"> <thead> <tr> <th class="col-md-4"><%= t :'.field.title' %></th> <th class="col-md-2"><%= t :'.field.last_edited_by' %></th> <th class="col-md-2"><%= t :'.field.updated_at' %></th> </tr> </thead> <tbody> <%= render partial: 'page', collection: @pages %> </tbody> </table> <% end %>
Version data entries
105 entries across 105 versions & 1 rubygems