change location of v-cloak on audit log without changing the position of the pagination component
This commit is contained in:
parent
57f648b720
commit
59d2f22998
@ -3,8 +3,8 @@
|
||||
|
||||
{% block content %}
|
||||
|
||||
|
||||
<section v-cloak class="block-list">
|
||||
<div v-cloak>
|
||||
<section class="block-list">
|
||||
<header class="block-list__header">
|
||||
<h1 class="block-list__title">Activity History</h1>
|
||||
</header>
|
||||
@ -18,8 +18,8 @@
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
{{ Pagination(audit_events, 'atst.activity_history') }}
|
||||
|
||||
</section>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user