Sha256: bea4885adccd80b8a28de8d33fe41f6d2b407868e0ca0b605295f1b1fea1a681
Contents?: true
Size: 711 Bytes
Versions: 3
Compression:
Stored size: 711 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, label: t("authorization_handlers.#{handler_name}.fields.#{name}", scope: "decidim"), tabs_prefix: "#{name}_tabs_prefix" ) %> <% end %> <% end %> <% end %> <br> <%= form.error_for(:base) %>
Version data entries
3 entries across 3 versions & 1 rubygems