Sha256: 20b1fe7e34079362b0237cc281a569f014a90d7290ca776c69ae488e8ebb1d33
Contents?: true
Size: 822 Bytes
Versions: 13
Compression:
Stored size: 822 Bytes
Contents
<h1><%= @options[:page_title] %> <%= admin_new_link unless @options[:skip_new] %></h1> <% if File.exists?(File.join(controller_full_path, '_index_after_title.html.erb')) -%> <%= render :partial => 'index_after_title' %> <% elsif File.exists?(File.join(controller_full_path, '_after_title.html.erb')) -%> <%= render :partial => 'after_title' %> <% end -%> <%= wpaginate @items if @items.respond_to?(:total_pages) %> <%= table(@items, @options[:columns], @options[:show_actions]) %> <%= wpaginate @items if @items.respond_to?(:total_pages) %> <% if File.exists?(File.join(controller_full_path, '_index_after_table.html.erb')) -%> <%= render :partial => 'index_after_table' %> <% elsif File.exists?(File.join(controller_full_path, '_after_table.html.erb')) -%> <%= render :partial => 'after_table' %> <% end -%>
Version data entries
13 entries across 13 versions & 1 rubygems