Sha256: a13d6f44ae25e16e3b7590d21990cf62ac55ce48c00420a6aa67933b4da08050
Contents?: true
Size: 539 Bytes
Versions: 2
Compression:
Stored size: 539 Bytes
Contents
<% if active_scaffold_config.action_links.any? { |link| link.type == :table } -%> <div class="actions"> <% new_params = params_for(:action => :table) %> <% active_scaffold_config.action_links.each :table do |link| -%> <% next if controller.respond_to? link.security_method and !controller.send(link.security_method) -%> <%= render_action_link(link, new_params) -%> <% end -%> <%= loading_indicator_tag(:action => :table) %> </div> <% end %> <h2><%= active_scaffold_config.list.user.label %></h2>
Version data entries
2 entries across 2 versions & 1 rubygems