<%%= link_to ''.html_safe + t(:new, :default => "New") + ' <%= model %>', new_<%= namespace_for_route %><%= singular_table_name %>_path, :class => "btn" %>
<%%# Set your scopes below (string in array) %> <%% scopes = [] %> <%% if not scopes.blank? then %> <%% end %>" > | <%%= check_box_tag :checkall, '' %> | <%= render_partial 'app/views/partials/_index_header.html.erb' %>|||
---|---|---|---|---|
<%%= <%= singular_table_name %>.id %> | <%%= check_box_tag "ids[]",<%= singular_table_name %>.id, false, :class => 'cbbatch' %> | <%= render_partial 'app/views/partials/_index_column.html.erb' %><%%= link_to ''.html_safe, <%= namespace_for_route %><%= singular_table_name %>_path(<%= singular_table_name %>) %> | <%%= link_to ''.html_safe, edit_<%= namespace_for_route %><%= singular_table_name %>_path(<%= singular_table_name %>) %> | <%%= link_to ''.html_safe, <%= namespace_for_route %><%= singular_table_name %>_path(<%= singular_table_name %>), :confirm => t(:are_you_sure, :default => "Are you sure?"), :method => :delete %> |