Polish planner icons and mobile theme controls
This commit is contained in:
@@ -129,7 +129,10 @@
|
||||
{% if slot.is_snack_daypart and not slot.visible_by_default %}hidden data-week-snack-slot{% endif %}
|
||||
>
|
||||
<div class="week-slot-head">
|
||||
<strong>{{ slot.daypart.name }}</strong>
|
||||
<div class="week-slot-title">
|
||||
<span class="ui-icon {{ daypart_icon_class(slot.daypart.slug) }}"></span>
|
||||
<strong>{{ slot.daypart.name }}</strong>
|
||||
</div>
|
||||
<div class="week-slot-head-meta">
|
||||
<span class="week-slot-count{% if slot.entries %} status-home{% endif %}">{{ slot.entries|length }}</span>
|
||||
<button class="week-slot-add" type="button" data-week-slot-picker-open aria-label="{{ slot.daypart.name }} an {{ weekday_name(card.date) }} direkt ergänzen">+</button>
|
||||
|
||||
Reference in New Issue
Block a user