-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always use the non-numbered contents list #853
Conversation
<ol | ||
class="column-half" | ||
<% if i == 1 %> | ||
start="<%= content_item.parts_navigation_second_list_start %>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can also be removed!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not anymore, since we're keeping the old style nav for travel advice.
<% if show_alternate_guide_chapters? %> | ||
<%= render "components/contents-list", aria_label: navigation_label, contents: content_item.part_link_elements %> | ||
<% else %> | ||
<nav role="navigation" class="grid-row part-navigation" aria-label="<%= navigation_label %>" data-module="track-click"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any styles that can be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not anymore, since we're keeping the old style nav for travel advice.
This removes the GuideChapterNav A/B test. We've tested this and we'll keep the B version. Except for travel advice, which keeps its navigation. https://trello.com/c/ndUiAA1y
741d5d5
to
b395d05
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Travel advice tests still refer to the old style 👍
This removes the
GuideChapterNav
A/B test. We've tested this and we'll keep the B version.https://trello.com/c/ndUiAA1y