Sha256: d11bdfd8e2f2bd25a4ae111d6f94422d931ae2cb5c699ef8f09a1ac9cb74abf2
Contents?: true
Size: 583 Bytes
Versions: 4
Compression:
Stored size: 583 Bytes
Contents
<% # locals: { # resource: "the resource to generate actions for", # actions: "list of actions to generate", # } %> <% actions.values.each do |action| %> <%= toolbar_action_button adapt_route_args(resource, action: action.route_options.action, **action.route_options.options), icon: action.icon, button_class: action.action_class, method: action.route_options.method, confirm: action.confirmation, turbo_frame: action.turbo_frame %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems