mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-09 14:08:43 -06:00
added server side directory adding, validation and redirecting, show directory path and mention 'files' near filecount in panel header
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
{% block content %}
|
||||
<div class="panel">
|
||||
<div class="panel-heading">
|
||||
Files
|
||||
{{ directory.path }}
|
||||
<span style="font-weight: 400; font-style: italic; font-size: 70%;">
|
||||
{{ files|length }}
|
||||
{{ files|length }} files
|
||||
</span>
|
||||
<span style="vertical-align: middle;" class="panel-icon">
|
||||
<a href="{% url 'index' %}">
|
||||
|
||||
Reference in New Issue
Block a user