Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/views/publishers/vacancies/build/job_title.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ end
= form_for form, url: wizard_path(current_step), method: :patch do |f|
= f.govuk_error_summary

= f.govuk_text_area :job_title,
= f.govuk_text_field :job_title,
label: { text: vacancy_form_page_heading(vacancy, step_process, back_path: back_path), tag: "h1", size: "l" },
hint: { text: vacancy_job_title_form_hint_text(vacancy) },
class: "govuk-input",
max_chars: 75,
required: true

Expand Down
Loading