Sha256: 2863ad5be0d0d7093ff095f2d5e0259f78ddf079987655224b0796b54801c824
Contents?: true
Size: 596 Bytes
Versions: 13
Compression:
Stored size: 596 Bytes
Contents
<% content_for :data_controls do%> <%=link_to "New Page",new_admin_page_path(),:class => "btn btn-primary",:title => "New Page"%> <% end %> <%= content_for :detail do %> <div class="table-responsive"> <table class="table table-striped table-hover"> <thead> <tr> <th>Name</th> <th>URL</th> <th> </th> </tr> </thead> <tbody> <% @pages.each do |page| %> <%= render :partial => 'page_row', :locals => {:depth => 0, :page => page} %> <% end %> </tbody> </table> </div> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems