Skip to content

Commit

Permalink
Merge pull request #1693 from ministryofjustice/el-1810-save-pdf-metr…
Browse files Browse the repository at this point in the history
…ics-part-2

EL-1810: CCQ: Track when results are saved as PDF, Part 2
  • Loading branch information
MazOneTwoOne authored Dec 5, 2024
2 parents 636f7bf + 2a6de5b commit a08a4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/results/_under_eighteen_next_steps.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.govuk-button-group
= link_to t("results.show.save_as_pdf"),
download_result_path(params[:assessment_code]),
target: "_blank", rel: "noopener", class: "govuk-button govuk-button--secondary"
target: "_blank", rel: "noopener", class: "govuk-button govuk-button--secondary", id: "save_as_pdf_certificated"

= pdf_friendly_h2(t("results.show.what_happens_next"), "m", @is_pdf)
= pdf_friendly_p_element(t("results.show.next_steps_paragraph_1"), @is_pdf)

0 comments on commit a08a4a8

Please sign in to comment.