Sha256: 964ee4c2bd9dec6dbb0ba4749ae9e3e5bc4a25e509e21a5a466cd068b49a848b
Contents?: true
Size: 519 Bytes
Versions: 8
Compression:
Stored size: 519 Bytes
Contents
<div class="form__wrapper"> <%= form.text_field :name %> <%= form.text_field :redirect_uri %> <%= form.select :decidim_organization_id, Decidim::Organization.pluck(:name, :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
8 entries across 8 versions & 1 rubygems