Sha256: 9ddb7ef441aaee12af29c524060e35bec5bbb783858057cf5af155f1d37dbc39
Contents?: true
Size: 546 Bytes
Versions: 7
Compression:
Stored size: 546 Bytes
Contents
<div class="form__wrapper"> <%= form.text_field :name %> <%= form.text_field :redirect_uri %> <%= form.select :decidim_organization_id, Decidim::Organization.all.map { |o| [organization_name(o), o.id] }, { include_blank: t(".select_organization") }, { multiple: false } %> <%= form.text_field :organization_name %> <%= form.text_field :organization_url %> <%= form.upload :organization_logo, required: true, button_class: "button button__lg button__transparent-primary" %> </div>
Version data entries
7 entries across 7 versions & 1 rubygems