mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
adding divs around the activities table so it wont over flow the page
This commit is contained in:
parent
929aaaee1d
commit
675020a22a
1 changed files with 34 additions and 32 deletions
|
@ -22,6 +22,7 @@
|
|||
<a href="{{ url_for('admin.admin_activities', result=request.args.get('result')) }}">Both</a> |
|
||||
<a href="{{ url_for('admin.admin_activities', result=request.args.get('result'), direction='in') }}">In</a> |
|
||||
<a href="{{ url_for('admin.admin_activities', result=request.args.get('result'), direction='out') }}">Out</a>
|
||||
<div>
|
||||
<table class="table">
|
||||
<tr>
|
||||
<th>When</th>
|
||||
|
@ -56,6 +57,7 @@
|
|||
</tr>
|
||||
{% endfor %}
|
||||
</table>
|
||||
</div>
|
||||
<nav aria-label="Pagination" class="mt-4" role="navigation">
|
||||
{% if prev_url %}
|
||||
<a href="{{ prev_url }}" class="btn btn-primary" rel="nofollow">
|
||||
|
|
Loading…
Add table
Reference in a new issue