Sha256: c70f320dd0ce126db4e2981f9af0aa8406b0e9378398df8b9a2b59037395b4da
Contents?: true
Size: 883 Bytes
Versions: 5
Compression:
Stored size: 883 Bytes
Contents
<div id="container-actions" class="toolbar"> <input type="search" id="entries-search" placeholder="Search all entries…"> <div class="actions"> <ul> <li><%= link_to_add_entry @page %></li> </ul> </div> <ul id="pagination"> </ul> </div> <div id="main"> <section> <table class="elements-table" id='entries-list'> <thead> <tr> <% @columns.each do |heading, heading_name| %> <th class='<%= heading %>'><%= heading_name %></th> <% end %> <th></th> </tr> </thead> <tbody> </tbody> </table> </section> </div> <% content_for :js_head do %> EntriesBackbone.boot('<%= @page.id %>', <%= raw @options.to_json %>); slices.trigger('entries:index'); <% @page.entry_types.each do |entry_type| %> slices.trigger('entries:index:<%= entry_type %>'); <% end %> <% end %>
Version data entries
5 entries across 5 versions & 1 rubygems