qol(Monitors): adds back buttons, provides more data about child monitors
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
<script src='https://cdn.jsdelivr.net/npm/fullcalendar@6.1.19/index.global.min.js'></script>
|
||||
|
||||
<div class="p-4">
|
||||
<div class="mb-4 text-white">
|
||||
<a href="{{ path('app.monitors') }}" class="btn btn-primary inline-flex items-center gap-2">
|
||||
<twig:ux:icon name="fluent-mdl2:back" width="14" /> Back to Monitors
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<twig:Card title="Upcoming episodes of shows your monitoring">
|
||||
<a href="{{ path('app.monitors.ical', {email: app.user.email}) }}" title="Subscribe to the 'Upcoming Episodes' calendar via iCal. Click to export the events to a .ics file or copy the link and use it to subscribe in a calendar app that supports iCal/ics calendars." class="mb-2 self-end dark:text-white decoration-underline">
|
||||
<twig:ux:icon name="lets-icons:calendar-add-light" width="24" class="text-orange-500" />
|
||||
|
||||
Reference in New Issue
Block a user