Update styling and change title on page and in breadcrumbs
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{% from "components/pagination.html" import Pagination %}
|
||||
|
||||
<section class="block-list">
|
||||
<header class="block-list__header">
|
||||
<h1 class="block-list__title">{{ "audit_log.header_title" | translate }}</h1>
|
||||
</header>
|
||||
|
||||
<section class="block-list activity-log">
|
||||
<div class='subheading'>Activity Log</div>
|
||||
<ul>
|
||||
{% for event in audit_events %}
|
||||
<li class="block-list__item">
|
||||
|
Reference in New Issue
Block a user