We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acf9c8d + 5fcb753 commit 39d2d3cCopy full SHA for 39d2d3c
app/views/smart_answers/show.html.erb
@@ -10,7 +10,22 @@
10
<% end %>
11
12
13
-<%= render 'govuk_component/beta_label' if should_present_new_navigation_view?(@content_item) %>
+<% if should_present_new_navigation_view?(@content_item) %>
14
+ <%=
15
+ render(
16
+ partial: 'govuk_component/beta_label',
17
+ locals: {
18
+ message: <<-MESSAGE
19
+ This is a test version of the layout of this page.
20
+ <a id='taxonomy-survey' href='https://www.smartsurvey.co.uk/s/betasurvey2017'>
21
+ Take the survey to help us improve it
22
+ </a>
23
+ MESSAGE
24
+ }
25
+ )
26
+ %>
27
+<% end %>
28
+
29
<%= render partial: 'govuk_component/breadcrumbs', locals: breadcrumbs %>
30
31
<div class="grid-row">
0 commit comments