Skip to content

Commit 50556cf

Browse files
sairamya93CodeSonia
andcommitted
[WIP] Add navigation partial view
Co-authored-by: Sonia Hussain <CodeSonia@users.noreply.github.com>
1 parent 05a9a7b commit 50556cf

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<div class="govuk-grid-row flexible-section">
2+
<%= render "govuk_publishing_components/components/service_navigation", {
3+
navigation_items: [
4+
{
5+
text: flexible_section.text,
6+
href: flexible_section.url,
7+
active: true,
8+
},
9+
],
10+
} %>
11+
</div>

0 commit comments

Comments
 (0)