Skip to content

Commit

Permalink
Merge pull request #440 from alphagov/ids-on-headings
Browse files Browse the repository at this point in the history
Add missing ID from consultations
  • Loading branch information
fofr committed Aug 15, 2017
2 parents 751a18b + 04bfc9c commit f6e448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/content_items/consultation.html.erb
Expand Up @@ -74,7 +74,7 @@
<% if @content_item.final_outcome? %>
<section class="original-consultation">
<header>
<%= render 'components/heading', text: "Original consultation", heading_level: 2 %>
<%= render 'components/heading', text: "Original consultation", id: "original-consultation-title", heading_level: 2 %>
</header>
<% end %>
Expand Down

0 comments on commit f6e448b

Please sign in to comment.