Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9349720
breadcrumbs.html
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
758 B
Subscribers
None
breadcrumbs.html
View Options
{% comment %}
Copyright (C) 2017-2021 The Software Heritage developers
See the AUTHORS file at the top-level directory of this distribution
License: GNU Affero General Public License version 3, or any later version
See top-level LICENSE file for more information
{% endcomment %}
{% if breadcrumbs %}
{% if iframe_mode or breadcrumbs|length > 1 or breadcrumbs.0.url %}
<
nav
class
=
"bread-crumbs swh-browse-bread-crumbs"
>
<
ul
>
{% for bc in breadcrumbs %}
{% if bc.url %}
<
li
class
=
"swh-path"
><
a
href
=
"{{ bc.url | safe }}"
>
{{ bc.name }}
</
a
></
li
>
<
li
>
/
</
li
>
{% else %}
<
li
>
{{ bc.name }}
</
li
>
{% endif %}
{% endfor %}
</
ul
>
</
nav
>
{% endif %}
{% endif %}
File Metadata
Details
Attached
Mime Type
text/html
Expires
Jul 4 2025, 7:39 PM (8 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3241067
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment