Update recent_activity.html
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
{% if is_admin %}Recent Activity{% else %}Your Recent Actions{% endif %}
|
{% if is_admin %}Recent Activity{% else %}Your Recent Actions{% endif %}
|
||||||
</h5>
|
</h5>
|
||||||
{% if is_admin %}
|
{% if is_admin %}
|
||||||
<a href="{{ url_for('main.settings', tab='events') }}" class="btn btn-primary btn-sm">View All</a>
|
<a href="{{ url_for('main.settings', tab='events', page=1, event_type='', date_range='24h', user_id='') }}" class="btn btn-primary btn-sm" onclick="localStorage.setItem('settingsActiveTab', 'events')">View All</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user