Show last activity to elements on homepage.

This commit is contained in:
Jan Böhmer 2020-03-07 17:15:16 +01:00
parent 31290c070a
commit 41074f70ed
3 changed files with 36 additions and 3 deletions

View file

@ -39,4 +39,11 @@
{% trans %} homepage.others {% endtrans %}
</div>
</div>
<div class="card mt-3">
<div class="card-header"><i class="fas fa-fw fa-history"></i> {% trans %}homepage.last_activity{% endtrans %}</div>
<div class="card-body">
{% include "LogSystem/_log_table.html.twig" %}
</div>
</div>
{% endblock %}