Sha256: 12843a064df90072146a0993b9843726c5b0f2193b35c0fe79c49fa3c26c160b
Contents?: true
Size: 525 Bytes
Versions: 38
Compression:
Stored size: 525 Bytes
Contents
<div class="row column"> <%= form.text_field :name, label: t('.name') %> <%= 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