fix: make calendar name a link back to calendar view
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 42s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
{% import 'macros/links.html' as links %}
|
{% import 'macros/links.html' as links %}
|
||||||
{% macro header_row(oob=False) %}
|
{% macro header_row(oob=False) %}
|
||||||
{% call links.menu_row(id='calendar-row', oob=oob) %}
|
{% call links.menu_row(id='calendar-row', oob=oob) %}
|
||||||
<div class="flex flex-col md:flex-row md:gap-2 items-center min-w-0 px-3 py-2">
|
{% call links.link(url_for('calendars.calendar.get', calendar_slug=calendar.slug), hx_select_search) %}
|
||||||
|
<div class="flex flex-col md:flex-row md:gap-2 items-center min-w-0">
|
||||||
<div class="flex flex-row items-center gap-2">
|
<div class="flex flex-row items-center gap-2">
|
||||||
<i class="fa fa-calendar"></i>
|
<i class="fa fa-calendar"></i>
|
||||||
<div class="shrink-0">
|
<div class="shrink-0">
|
||||||
@@ -11,6 +12,7 @@
|
|||||||
{% from '_types/calendar/_description.html' import description %}
|
{% from '_types/calendar/_description.html' import description %}
|
||||||
{{description(calendar)}}
|
{{description(calendar)}}
|
||||||
</div>
|
</div>
|
||||||
|
{% endcall %}
|
||||||
{% call links.desktop_nav() %}
|
{% call links.desktop_nav() %}
|
||||||
{% include '_types/calendar/_nav.html' %}
|
{% include '_types/calendar/_nav.html' %}
|
||||||
{% endcall %}
|
{% endcall %}
|
||||||
|
|||||||
Reference in New Issue
Block a user