From 04bfc9cca4f40aff7516d9f8492588fb7e391eff Mon Sep 17 00:00:00 2001 From: Paul Hayes Date: Fri, 11 Aug 2017 13:36:45 +0100 Subject: [PATCH] Add missing ID from consultations Make it possible to link to this part of a consultation (eg where the banner is) --- app/views/content_items/consultation.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/content_items/consultation.html.erb b/app/views/content_items/consultation.html.erb index 2b268d5e5..29de36a19 100644 --- a/app/views/content_items/consultation.html.erb +++ b/app/views/content_items/consultation.html.erb @@ -74,7 +74,7 @@ <% if @content_item.final_outcome? %>
- <%= render 'components/heading', text: "Original consultation", heading_level: 2 %> + <%= render 'components/heading', text: "Original consultation", id: "original-consultation-title", heading_level: 2 %>
<% end %>