Skip to content

Commit

Permalink
Merge pull request #8613 from alphagov/link-alternative-format-label
Browse files Browse the repository at this point in the history
Ensure alternate email label links to select
  • Loading branch information
davidgisbey authored Dec 11, 2023
2 parents 7599f37 + 6722646 commit 82dcd42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="govuk-!-margin-bottom-6">
<% if edition.respond_to?(:alternative_format_provider) %>
<div class="govuk-form-group gem-c-select">
<label class="govuk-label govuk-label--m govuk-!-font-weight-bold" for="alternative_format_provider_id">
<label class="govuk-label govuk-label--m govuk-!-font-weight-bold" for="edition_alternative_format_provider_id">
Email address for ordering attachment files in an alternative format <%= "(required)" if edition.alternative_format_provider_required? %>
</label>

Expand Down

0 comments on commit 82dcd42

Please sign in to comment.