[scrobbles] Update webhook view permissions and small template changes
This commit is contained in:
@ -9,6 +9,20 @@
|
||||
<div class="col-md">
|
||||
<h2>Domains Read</h2>
|
||||
|
||||
<div class="pagination" style="margin-bottom:10px;">
|
||||
<span class="page-links">
|
||||
{% if domain_page > 1 %}
|
||||
<a href="?{% urlreplace domain_page=domain_page|add:'-1' %}">prev</a>
|
||||
{% endif %}
|
||||
<span class="page-current">
|
||||
Page {{ domain_page }} of {{ domain_paginator.num_pages }}
|
||||
</span>
|
||||
{% if domain_page < domain_paginator.num_pages %}
|
||||
<a href="?{% urlreplace domain_page=domain_page|add:'1' %}">next</a>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
{% if domains_this_week %}
|
||||
<h3>This Week</h3>
|
||||
<div class="table-responsive">
|
||||
|
||||
Reference in New Issue
Block a user