Sha256: 2c0d664661e609f5eea81b322d55b7fe373c99392155dd5d8e31ba795813d153

Contents?: true

Size: 436 Bytes

Versions: 5

Compression:

Stored size: 436 Bytes

Contents

<div class="active-scaffold-header">
  <div class="actions">
    <% active_scaffold_config.action_links.each :member do |link| -%>
      <% next unless link.action == 'nested' -%>
      <% next if skip_action_link(link) -%>
      <%= record.authorized_for?(:crud_type => link.crud_type, :action => link.action) ? render_action_link(link, url_options, record) : "<a class='disabled'>#{link.label}</a>" -%>
    <% end -%>
  </div>
</div>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
brisk-bills-0.8.2 vendor/plugins/active_scaffold/frontends/default/views/_update_actions.html.erb
brisk-bills-0.8.1 vendor/plugins/active_scaffold/frontends/default/views/_update_actions.html.erb
active_scaffold-3.0.2 frontends/default/views/_update_actions.html.erb
active_scaffold-3.0.1 frontends/default/views/_update_actions.html.erb
active_scaffold-3.0.0 frontends/default/views/_update_actions.html.erb