Sha256: a704215465ebd592c0cb16b5798d12d325b6405b6b1460a1975c35a575f07bad
Contents?: true
Size: 683 Bytes
Versions: 61
Compression:
Stored size: 683 Bytes
Contents
<% handler_name = local_assigns[:handler_name] schema = form.object.options_schema(handler_name) attributes = form.object.options_attributes(handler_name) %> <%= form.fields_for(:authorization_handlers_options) do |options_form| %> <%= options_form.fields_for(handler_name, schema) do |attribute_options_form| %> <% attributes.each do |name, attribute| %> <%= settings_attribute_input( attribute_options_form, attribute, name, "decidim.authorization_handlers.#{handler_name}.fields", tabs_prefix: "#{name}_tabs_prefix" ) %> <% end %> <% end %> <% end %> <br> <%= form.error_for(:base) %>
Version data entries
61 entries across 61 versions & 1 rubygems