Sha256: 07990c7e4063e3badd750b2f8ffd58a983422597f30d40820151c6ecd6240118

Contents?: true

Size: 704 Bytes

Versions: 12

Compression:

Stored size: 704 Bytes

Contents

<div class="user-group-fields">
  <div class="field">
    <%= f.text_field :name, help_text: t(".name_help") %>
  </div>
  <div class="field">
    <%= f.text_field :nickname, help_text: t(".nickname_help") %>
  </div>
  <div class="field">
    <%= f.text_field :email, help_text: t(".email_help") %>
  </div>
  <div class="field">
    <%= f.upload :avatar %>
  </div>
  <div class="field">
    <%= f.text_area :about, rows: 5 %>
  </div>
  <strong><%= t(".fill_in_for_verification") %></strong>
  <div class="field">
    <%= f.text_field :document_number, help_text: t(".document_number_help") %>
  </div>
  <div class="field">
    <%= f.text_field :phone, help_text: t(".phone_help") %>
  </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
decidim-core-0.21.0 app/views/decidim/groups/_form.html.erb
decidim-core-0.20.1 app/views/decidim/groups/_form.html.erb
decidim-core-0.20.0 app/views/decidim/groups/_form.html.erb
decidim-core-0.19.1 app/views/decidim/groups/_form.html.erb
decidim-core-0.18.1 app/views/decidim/groups/_form.html.erb
decidim-core-0.19.0 app/views/decidim/groups/_form.html.erb
decidim-core-0.17.2 app/views/decidim/groups/_form.html.erb
decidim-core-0.18.0 app/views/decidim/groups/_form.html.erb
decidim-core-0.17.1 app/views/decidim/groups/_form.html.erb
decidim-core-0.16.1 app/views/decidim/groups/_form.html.erb
decidim-core-0.17.0 app/views/decidim/groups/_form.html.erb
decidim-core-0.16.0 app/views/decidim/groups/_form.html.erb