Skip to content

Commit

Permalink
ESY-6479 Update test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
m-lilja committed Mar 26, 2024
1 parent e2d0330 commit 56d9094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sidebar_html_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def sub_items_markup(page, current_page)

"<ul class=\"#{page.level.zero? ? 'secondary-nav-ul' : ''}\">
#{if page.level.positive? && page.children?
"<a href=\"../#/\" class=\"previous-nav\">
"<a href=\"../#\" class=\"previous-nav\">
<i class=\"material-icons\" aria-hidden=\"true\">arrow_back_ios</i>
<span>Back to #{page.parent.title}</span>
</a>
Expand Down

0 comments on commit 56d9094

Please sign in to comment.