2026-03-22 22:15:11 +01:00
|
|
|
%main.columns.m-auto
|
|
|
|
|
.current-day.column.is-hidden-mobile
|
|
|
|
|
%section.m-4
|
|
|
|
|
%figure.image.has-ratio
|
|
|
|
|
= image_tag @mood ? @mood.mode.image_url : "unknown.jpg"
|
2026-03-20 19:28:54 +01:00
|
|
|
|
2026-03-22 22:15:11 +01:00
|
|
|
%section.section.column.has-background-primary-light
|
|
|
|
|
%h1.title.is-4
|
|
|
|
|
%span.icon
|
|
|
|
|
%i.fa-regular.fa-calendar
|
|
|
|
|
%span= l @day_log.day, format: :long
|
|
|
|
|
|
|
|
|
|
= render 'form', day_log: @day_log
|