|
26 | 26 |
|
27 | 27 | <div class="mt-4"> |
28 | 28 | <%= f.label :name, class: "block text-sm font-medium text-gray-700" %> |
29 | | - <%= f.text_field :name, class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md", data: { form_target: "field", action: "input->form#validateInput" } %> |
| 29 | + <%= f.text_field :name, class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-sm", data: { form_target: "field", action: "input->form#validateInput" } %> |
30 | 30 | </div> |
31 | 31 |
|
32 | 32 | <div class="mt-4"> |
33 | 33 | <%= f.label :bio, class: "block text-sm font-medium text-gray-700" %> |
34 | | - <%= f.text_area :bio, class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md", data: { form_target: "field", action: "input->form#validateInput" } %> |
| 34 | + <%= f.text_area :bio, class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-sm", data: { form_target: "field", action: "input->form#validateInput" } %> |
35 | 35 | </div> |
36 | 36 |
|
37 | 37 | <div class="mt-4"> |
38 | 38 | <%= f.label :location, class: "block text-sm font-medium text-gray-700" %> |
39 | | - <%= f.text_field :location, class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md", data: { form_target: "field", action: "input->form#validateInput" } %> |
| 39 | + <%= f.text_field :location, class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-sm", data: { form_target: "field", action: "input->form#validateInput" } %> |
40 | 40 | </div> |
41 | 41 |
|
42 | 42 | <div class="mt-4 flex justify-end"> |
|
52 | 52 |
|
53 | 53 | <div> |
54 | 54 | <%= f.label :current_password, class: "block text-sm font-medium text-gray-700" %> |
55 | | - <%= f.password_field :current_password, autocomplete: "current-password", class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md" %> |
| 55 | + <%= f.password_field :current_password, autocomplete: "current-password", class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-sm" %> |
56 | 56 | <span class="block mt-1 color-grey text-14">We need your current password to confirm your changes</span> |
57 | 57 | </div> |
58 | 58 |
|
59 | 59 | <div class="mt-4"> |
60 | 60 | <%= f.label :password, class: "block text-sm font-medium text-gray-700" %> |
61 | | - <%= f.password_field :password, autocomplete: "new-password", class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md" %> |
| 61 | + <%= f.password_field :password, autocomplete: "new-password", class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-sm" %> |
62 | 62 | </div> |
63 | 63 |
|
64 | 64 | <div class="mt-4"> |
65 | 65 | <%= f.label :password_confirmation, 'Confirm password', class: "block text-sm font-medium text-gray-700" %> |
66 | | - <%= f.password_field :password_confirmation, autocomplete: "new-password", class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-md" %> |
| 66 | + <%= f.password_field :password_confirmation, autocomplete: "new-password", class: "mt-1 shadow-sm focus:ring-indigo-500 focus:border-indigo-500 block w-full sm:text-sm border-gray-300 rounded-sm" %> |
67 | 67 | </div> |
68 | 68 |
|
69 | 69 |
|
|
0 commit comments