Sha256: 7ad386d65928c870d869949b194758ac595d7cbd5d3d9be7d397008c4504953e
Contents?: true
Size: 474 Bytes
Versions: 38
Compression:
Stored size: 474 Bytes
Contents
<div class="row column"> <%= form.fields_for :authorization, form.object.authorization, builder: Decidim::AuthorizationFormBuilder do |f| %> <% if lookup_context.exists?(form.object.authorization.to_partial_path, [], true) %> <%= render partial: form.object.authorization.to_partial_path, locals: { handler: form.object.authorization, form: f } %> <% else %> <%= f.all_fields %> <% end %> <%= f.hidden_field :handler_name %> <% end %> </div>
Version data entries
38 entries across 38 versions & 2 rubygems