Sha256: 4902ca1a6da80c6e7b15d46f6fb58d7ca98289690ead65ec0b29467c1fc65b64

Contents?: true

Size: 738 Bytes

Versions: 46

Compression:

Stored size: 738 Bytes

Contents

<%= form_required_explanation %>

<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

46 entries across 46 versions & 1 rubygems

Version Path
decidim-core-0.27.9 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.8 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.7 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.6 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.10 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.9 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.5 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.8 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.4 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.3 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.7 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.5 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.2 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.1 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.4 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.0 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.3 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.0.rc2 app/views/decidim/groups/_form.html.erb
decidim-core-0.27.0.rc1 app/views/decidim/groups/_form.html.erb
decidim-core-0.26.2 app/views/decidim/groups/_form.html.erb