Sha256: 5b93b7e2ec1430fa360500c17989c4667ca0f4f288ddadaabe0a89e76b931f09
Contents?: true
Size: 401 Bytes
Versions: 97
Compression:
Stored size: 401 Bytes
Contents
<div class="active-scaffold-header"> <div class="actions"> <% active_scaffold_config.action_links.each :record do |link| -%> <% next unless link.action == 'nested' -%> <% next if skip_action_link(link) -%> <%= record.authorized_for?(:action => link.crud_type) ? render_action_link(link, url_options) : "<a class='disabled'>#{link.label}</a>" -%> <% end -%> </div> </div>
Version data entries
97 entries across 97 versions & 2 rubygems