Sha256: 6b114f7ada3d7a7e095832d79ed71683991311bdf21606c9e38650d122f1aac7

Contents?: true

Size: 1.25 KB

Versions: 20

Compression:

Stored size: 1.25 KB

Contents

<div>
  <%= f.select :document_type,
  form.options_for_document_type_select,
  { include_blank: t(".select"), label: t(".document_type") },
  { multiple: false } %>
</div>
<div>
  <%= f.text_field :document_number, label: t(".document_number"), placeholder: t(".document_number_placeholder") %>
</div>
<div>
  <%= f.text_field :postal_code, label: t(".postal_code"), placeholder: t(".postal_code_placeholder") %>
</div>
<fieldset>
  <legend><%= t(".date_of_birth") %></legend>
  <div class="row">
    <div class="columns small-4">
      <%= f.text_field :day, placeholder: t(".day_placeholder"), label: t(".day"), "data-autojump" => true, "data-max-length" => 2,
                        "data-jump-next" => "#login_month" %>
    </div>
    <div class="columns small-4">
      <%= f.text_field :month, placeholder: t(".month_placeholder"), label: t(".month"), "data-autojump" => true, "data-max-length" => 2,
                        "data-jump-prev" => "#login_day", "data-jump-next" => "#login_year" %>
    </div>
    <div class="columns small-4">
      <%= f.text_field :year, placeholder: t(".year_placeholder"), label: t(".year"), "data-autojump" => true, "data-max-length" => 4,
                        "data-jump-prev" => "#login_month" %>
    </div>
  </div>
</fieldset>

Version data entries

20 entries across 20 versions & 1 rubygems

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