Sha256: c913ef448f4c49af18177a708b85e922bf1a4c8ed70a21c58ae85446e7d47d4a
Contents?: true
Size: 936 Bytes
Versions: 1
Compression:
Stored size: 936 Bytes
Contents
<div class="card"> <div class="title"> <span> <%= decorate.try(:index_page_title) || controller.controller_name_human %> </span> <div class="btn-groups" style="margin-left: auto;"> <%= yield(:permitted_methods).presence || render_class_actions(decorator) %> </div> </div> <div class="body"> <%= yield(:breadcrumb_nav).presence || render('breadcrumb_nav') %> <div class="filters-box clearfix"> <%= yield(:collection_filters).presence || collection_filters_tag(decorator, :collection_filters) %> <%= yield(:collection_search).presence || collection_search_tag(decorator, :collection_search) %> </div> <div class="datalist"> <%= yield(:collection_table).presence || collection_table_tag(records, decorator, :collection_attributes) %> <%= yield(:paginate).presence || paginate(records, theme: 'admin') %> </div> </section> </div> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sofav-0.2.0 | app/views/admin/application/index.html.erb |