Skip to content
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

Resource list toolbar renders orphan list item #650

Open
jkva opened this issue Jul 26, 2022 · 0 comments · May be fixed by #700
Open

Resource list toolbar renders orphan list item #650

jkva opened this issue Jul 26, 2022 · 0 comments · May be fixed by #700

Comments

@jkva
Copy link
Contributor

jkva commented Jul 26, 2022

The template renders the following, which is an orphaned list item, not contained within an ul or ol element.

<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants