Changed the order of the fields

This commit is contained in:
Alexandr Antonov 2024-02-20 16:34:27 +03:00
parent 4a35425051
commit 47383d664b

View File

@ -57,11 +57,11 @@
allow_clear: true %>
</p>
<% end %>
<p><%= information.text_field :personnel_number, :label => l(:label_people_facebook) -%></p>
<p><%= information.date_field :appearance_date, :size => 12, :label => l(:label_people_appearance_date), value: @person.appearance_date.try(:to_date) %><%= calendar_for('person_information_attributes_appearance_date') %> </p>
<!--
<p><%= information.text_field :skype, :label => l(:label_people_skype) -%></p>
<p><%= information.text_field :personnel_number, :label => l(:label_people_facebook) -%></p>
<p><%= information.text_field :twitter, :label => l(:label_people_twitter) -%></p>
<p><%= information.text_field :linkedin, :label => l(:label_people_linkedin) + ' ID' -%></p>
-->