Minor UI update

This commit is contained in:
Gregory Trullemans 2022-10-14 08:28:23 +02:00
parent 96ecf9b022
commit dcf30a486c
1 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
<div class="col-md-12">
<div class="card">
<div class="card-header">
<h4>Latest note</h4>
<h4>Latest note ({{ latest_published_note.date | date:'d-m-Y' }})</h4>
</div>
<div class="card-body pt-0">
<p>{{ latest_published_note.to_markdown | safe }}</p>
@ -22,7 +22,7 @@
<div class="card-header">
<h4>Next events</h4>
</div>
<div class="card-body pt-0 pb-0 pr-0 pl-0">
<div class="card-body pt-0 pb-0 pr-1 pl-1">
{% if next_event_list %}
<table class="table tablesorter table-condensed table-striped" id="next_events">
<thead>
@ -43,7 +43,7 @@
</tbody>
</table>
{% else %}
<p class="pl-3 pb-3 text-muted">No next event associated to this gymnast.</p>
<p class="pl-2 pb-3 text-muted">No next event associated to this gymnast.</p>
{% endif %}
</div>
</div>
@ -54,7 +54,7 @@
<div class="card-header">
<h4>Notes</h4>
</div>
<div class="card-body pt-0 pb-0 pr-0 pl-0">
<div class="card-body pt-0 pb-0 pr-1 pl-1">
{% if last_notes_list %}
<table class="table tablesorter table-condensed table-striped" id="notes">
<thead>
@ -82,7 +82,7 @@
</tbody>
</table>
{% else %}
<p class="pl-3 text-muted">No note for this gymnast.</p>
<p class="pl-2 text-muted">No note for this gymnast.</p>
{% endif %}
</div>
<div class="card-footer text-right text-muted pt-0">