Skip to content

Commit

Permalink
Slim linting
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMacPherson committed Nov 19, 2024
1 parent f463357 commit 3ffc48f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
p.govuk-body-s By #{note.publisher.given_name} #{note.publisher.family_name}, #{note.created_at}
= govuk_link_to(t("buttons.delete"), organisation_job_job_application_note_path(vacancy.id, job_application, note), method: :delete)
hr.govuk-section-break.govuk-section-break--l.govuk-section-break--visible

= form_for @notes_form, url: organisation_job_job_application_notes_path(vacancy.id, job_application), html: { data: { "show-hidden-content-target": "content" } } do |f|
= f.govuk_error_summary

= f.govuk_text_area :content, rows: 5, max_chars: 150

= f.govuk_submit t("buttons.save_note")
= f.govuk_submit t("buttons.save_note")

0 comments on commit 3ffc48f

Please sign in to comment.