[PATCH coffee-flask] Show "cleaning" events next to each other, separate pack opening with space

20 Aug
2020
20 Aug
'20
11:19 a.m.
--- templates/user.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/user.html b/templates/user.html index f878f0c..0d382bf 100644 --- a/templates/user.html +++ b/templates/user.html @@ -127,8 +127,9 @@ <div class="events"> <h3>{{ ("Record<br />event" if name else "Events") | safe }}:</h3> {{ event_box('coffee machine', ['COFFEE_MACHINE_CLEANED'] ) }} - {{ event_box('coffee pack', ['COFFEE_PACK_OPENED'] ) }} {{ event_box('milk container', ['MILK_CONTAINER_CLEANED', 'MILK_CONTAINER_CLEANED_WITH_TABLET'] ) }} + + {{ event_box('coffee pack', ['COFFEE_PACK_OPENED'] ) }} </div> </form> -- 2.28.0.rc2
1727
Age (days ago)
1727
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michal Sojka