Sha256: f7c7344cc7d8a57721ab60fd6b9e8135a20da207c99145d8f65b4ba722788e38
Contents?: true
Size: 506 Bytes
Versions: 22
Compression:
Stored size: 506 Bytes
Contents
<%# if entities.any? %> <div id="query_data"> <table class="table <%= query.entity.name.pluralize.underscore %> table-striped"> <thead> <tr> <%= table_header_tag_for(query.model) do |t| query.columns.each{|c| c.header(t)} end %> <th></th> </tr> </thead> <tbody> <%= tbody %> </tbody> </table> <%#= will_paginate entities %> </div> <%# else %> <%#= render_no_data %> <%# end %>
Version data entries
22 entries across 22 versions & 1 rubygems