scientist-softserv / archives_online

Archives Online, an application supporting discovery of archival materials, based on ArcLight
1 stars 0 forks source link

♿️ Don't render an empty breadcrumb element #77

Closed kirkkwang closed 2 months ago

kirkkwang commented 2 months ago

This commit will guard against rendering an empty breadcrumb element when there are no breadcrumbs to display. The check we are doing is to see if the html string has the breadcrumb-item class.

Ref:

Before:

image

After:

image