mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-14 00:13:07 -06:00
small filtered tag marker on index page
This commit is contained in:
@@ -5,6 +5,12 @@
|
|||||||
.panel-icon {
|
.panel-icon {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tag:not(body) {
|
||||||
|
font-size: 0.7rem;
|
||||||
|
line-height: 1.3;
|
||||||
|
padding: 0 0.6em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{% endblock head %}
|
{% endblock head %}
|
||||||
{% block content %}
|
{% block content %}
|
||||||
@@ -17,6 +23,9 @@
|
|||||||
</span>
|
</span>
|
||||||
<a href="{% url 'browse' served_directory.id %}">
|
<a href="{% url 'browse' served_directory.id %}">
|
||||||
{{ served_directory.path }}
|
{{ served_directory.path }}
|
||||||
|
{% if served_directory.regex %}
|
||||||
|
<span class="tag is-info">Filtered</span>
|
||||||
|
{% endif %}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Reference in New Issue
Block a user