Skip to content

Commit

Permalink
Use tabs component from the gem
Browse files Browse the repository at this point in the history
- note this change relies on functionality being added in alphagov/govuk_publishing_components#3486 before this change can be merged
  • Loading branch information
andysellick committed Jul 6, 2023
1 parent 342c014 commit 4d77758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/step_by_step_pages/_nav.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
active ||= ''
%>
<%= render "components/tabs", {
<%= render "govuk_publishing_components/components/tabs", {
as_links: true,
tabs: [
{
href: @step_by_step_page,
Expand Down

0 comments on commit 4d77758

Please sign in to comment.