[Perl] DAQ system for the FAPG.
feat link index weather card to /weather page
Wrapping the forecast card in a full-card anchor navigates to the dedicated weather view.
roles/dashboard/templates/dashboard/index.html.ep
@@ -31,6 +31,7 @@
31
31
</section>
32
32
33
33
<section aria-label="Weather forecast">
34
Added:
<a href="/weather" class="text-decoration-none text-reset d-block">
34
35
<div class="card" data-weather-forecast>
35
36
<div class="card-body py-2 px-3">
36
37
<div class="mb-1">
@@ -42,5 +43,6 @@
42
43
</div>
43
44
</div>
44
45
</div>
46
Added:
</a>
45
47
</section>
46
48
</section>