vtt/src/ttfrog/themes/default/breadcrumbs.html

8 lines
290 B
HTML
Raw Normal View History

2025-10-12 15:36:38 -07:00
<div id='breadcrumbs'>
2025-10-11 15:37:00 -07:00
<a href="{{ url_for('index') }}">Home</a>{% for (uri, name) in breadcrumbs %}.<a href="{{ uri }}">{{ name }}</a>{% endfor %}
2025-10-12 15:36:38 -07:00
<div id='actions'>
<a id='action__edit' data-state='view'>edit</a>
<a id='action__save' style='display: none;'>save</a>
</div>
2025-10-11 15:37:00 -07:00
</div>