Support clipboard upload on home page
Add shortcuts for all the buttons Add abuse reporter page Fix user buckets page Add a-ads advertisement
This commit is contained in:
@@ -10,8 +10,23 @@
|
||||
<div class="page_content">
|
||||
{{if and .Authenticated .User.IsAdmin}}
|
||||
<div class="limit_width">
|
||||
<a class="button" href="/admin/globals">Update global settings</a>
|
||||
<a class="button" href="/admin/abuse">Block files</a>
|
||||
<h3>Actions</h3>
|
||||
</div>
|
||||
<br/>
|
||||
<a class="button" href="/admin/abuse">
|
||||
<i class="icon">block</i>
|
||||
Block files
|
||||
</a>
|
||||
<a class="button" href="/admin/abuse_reporters">
|
||||
<i class="icon">report</i>
|
||||
Manage abuse reporters
|
||||
</a>
|
||||
<a class="button" href="/admin/globals">
|
||||
<i class="icon">edit</i>
|
||||
Update global settings
|
||||
</a>
|
||||
<br/>
|
||||
<div class="limit_width">
|
||||
<h3>Bandwidth and views</h3>
|
||||
</div>
|
||||
<div class="highlight_dark">
|
||||
|
Reference in New Issue
Block a user