mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 10:52:21 +01:00
stats: show 'last updated' in full width on mobile
This commit is contained in:
@ -7,12 +7,12 @@
|
|||||||
<h1>Statistics</h1>
|
<h1>Statistics</h1>
|
||||||
<div class="row display-flex">
|
<div class="row display-flex">
|
||||||
{% if not stats %}
|
{% if not stats %}
|
||||||
<div class="col-md-12 alert alert-danger">
|
<div class="col-xs-12 alert alert-danger">
|
||||||
<strong>Stats unavailable :(</strong>
|
<strong>Stats unavailable :(</strong>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if current_age_text %}
|
{% if current_age_text %}
|
||||||
<div class="col-md-12 alert alert-info">
|
<div class="col-xs-12 alert alert-info">
|
||||||
<strong>{{ current_age_text }}</strong>
|
<strong>{{ current_age_text }}</strong>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -9,12 +9,12 @@
|
|||||||
|
|
||||||
<div class="row display-flex">
|
<div class="row display-flex">
|
||||||
{% if not stats %}
|
{% if not stats %}
|
||||||
<div class="col-md-12 alert alert-danger">
|
<div class="col-xs-12 alert alert-danger">
|
||||||
<strong>Stats unavailable :(</strong>
|
<strong>Stats unavailable :(</strong>
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if current_age_text %}
|
{% if current_age_text %}
|
||||||
<div class="col-md-12 alert alert-info">
|
<div class="col-xs-12 alert alert-info">
|
||||||
<strong>{{ current_age_text }}</strong>
|
<strong>{{ current_age_text }}</strong>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user