Sha256: c546046c36c2ca37fa03ca01bfb2ff94cd4045ba5d7570238850dd43d55c615b
Contents?: true
Size: 441 Bytes
Versions: 16
Compression:
Stored size: 441 Bytes
Contents
<% schema = form.object.options_schema attributes = form.object.options_attributes %> <%= form.fields_for(:options, schema) do |options_form| %> <% attributes.each do |name, attribute| %> <%= options_form.send( form_method_for_attribute(attribute), name, label: t("authorization_handlers.#{form.object.authorization_handler_name}.fields.#{name}", scope: "decidim") ) %> <% end %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems