Skip to content

Commit

Permalink
add anchor && resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Jul 17, 2023
1 parent 07f1454 commit b18ce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/web/employments/_form.html.slim
Expand Up @@ -5,7 +5,7 @@ section.py-4.py-md-5#form
.col
h2.display-6.fw-bold.mt-sm-5.mb-4 = t('.title')
p.fs-5.mb-4 = t('.leave_contacts')
= simple_form_for @lead, url: leads_path do |f|
= simple_form_for @lead, url: leads_path(anchor: 'consultation') do |f|
.row.flex-column.flex-md-row.g-3.gy-md-2
.col
= f.input :user_name, label: false, input_html: { class: 'border-primary bg-transparent py-2' }, placeholder: han('lead', :user_name)
Expand Down

0 comments on commit b18ce50

Please sign in to comment.