Sha256: c0608d2dca1c7a89479ee012c5e489c4985622676b2232f4b25f86bf0b17925b
Contents?: true
Size: 602 Bytes
Versions: 7
Compression:
Stored size: 602 Bytes
Contents
<div id="overview"> <%= link_to "Create new #{resource_instance_name.to_s.humanize}", polymorphic_url(resource_class, action: :new), class: "btn btn-primary btn-right" %> <h1><%= resource_collection_name.to_s.humanize %></h1> <table class="table table-hover"> <thead> <tr> <% list_fields.each do |list_field| %> <th><%= list_field.humanize %></th> <% end %> <th></th> </tr> </thead> <tbody> <%= render "list", collection: collection, list_fields: list_fields %> </tbody> </table> <%= will_paginate collection %> </div>
Version data entries
7 entries across 7 versions & 2 rubygems