change location of v-cloak on audit log without changing the position of the pagination component

This commit is contained in:
Montana 2018-12-20 09:53:16 -05:00
parent 57f648b720
commit 59d2f22998

View File

@ -3,8 +3,8 @@
{% block content %} {% block content %}
<div v-cloak>
<section v-cloak class="block-list"> <section class="block-list">
<header class="block-list__header"> <header class="block-list__header">
<h1 class="block-list__title">Activity History</h1> <h1 class="block-list__title">Activity History</h1>
</header> </header>
@ -18,8 +18,8 @@
</li> </li>
{% endfor %} {% endfor %}
</ul> </ul>
</section>
{{ Pagination(audit_events, 'atst.activity_history') }} {{ Pagination(audit_events, 'atst.activity_history') }}
</div>
</section>
{% endblock %} {% endblock %}