Sha256: 9f1bca85dc5a6abb3554947205a37537abbc7d6f427bcf6eea9ba7b8c450b629
Contents?: true
Size: 531 Bytes
Versions: 16
Compression:
Stored size: 531 Bytes
Contents
<%= form_required_explanation %> <%= f.text_field :name, help_text: t(".name_help") %> <%= f.text_field :nickname, help_text: t(".nickname_help") %> <%= f.text_field :email, help_text: t(".email_help") %> <%= f.upload :avatar, button_class: "button button__lg button__transparent-secondary w-full" %> <%= f.text_area :about, rows: 5 %> <strong><%= t(".fill_in_for_verification") %></strong> <%= f.text_field :document_number, help_text: t(".document_number_help") %> <%= f.text_field :phone, help_text: t(".phone_help") %>
Version data entries
16 entries across 16 versions & 1 rubygems