We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The template renders the following, which is an orphaned list item, not contained within an ul or ol element.
ul
ol
<li class="toolbar-item field"> <a class="button" href="/organizations/1-acme-museum/resources/new">Add Resource</a> <div class="dropdown"> <button class="dropdown-toggle button button--narrow" aria-expanded="false" data-bs-toggle="dropdown" type="button"><i aria-hidden="true" class="icon-chevron-down-outline"></i></button> <ul class="dropdown-menu dropdown-menu-end"> <li class="dropdown-item dropdown-item--has-link"><a href="/organizations/1-acme-museum/imports/new"><span>Import Resources</span><i aria-hidden="true" class="icon-cloud-upload-outline"></i></a></li> </ul> </div> </li>
The text was updated successfully, but these errors were encountered:
jacobyarborough
Successfully merging a pull request may close this issue.
The template renders the following, which is an orphaned list item, not contained within an
ul
orol
element.The text was updated successfully, but these errors were encountered: