[TASK] improve white space entries logbook
This commit is contained in:
parent
82edb23f30
commit
0c37d0253c
@ -189,7 +189,7 @@
|
|||||||
{% endmacro show %}
|
{% endmacro show %}
|
||||||
|
|
||||||
{% macro show_old(log, state, allowed_to_close=false, only_ones, index) %}
|
{% macro show_old(log, state, allowed_to_close=false, only_ones, index) %}
|
||||||
<div class="border-t bg-white px-3 py-1" data-filterable="true" data-filter="{{ log.boat.name }} {{ log.shipmaster_user.name }} {% for rower in log.rowers %} {{ rower.name }} {% endfor %}">
|
<div class="border-t bg-white p-3" data-filterable="true" data-filter="{{ log.boat.name }} {{ log.shipmaster_user.name }} {% for rower in log.rowers %} {{ rower.name }} {% endfor %}">
|
||||||
<div>
|
<div>
|
||||||
<strong>{{ log.boat.name }}</strong> <small class="text-gray-600">({{ log.shipmaster_user.name }}{% if log.shipmaster_only_steering %} - handgesteuert {% endif %})</small>
|
<strong>{{ log.boat.name }}</strong> <small class="text-gray-600">({{ log.shipmaster_user.name }}{% if log.shipmaster_only_steering %} - handgesteuert {% endif %})</small>
|
||||||
<small class="block text-gray-600">
|
<small class="block text-gray-600">
|
||||||
|
Loading…
Reference in New Issue
Block a user