mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
More styling on the collections menu
This commit is contained in:
8
src/interface/templates/index.html
vendored
8
src/interface/templates/index.html
vendored
@@ -52,11 +52,13 @@
|
||||
<div class="app_body">
|
||||
<div class="nav_l">
|
||||
<ul id="vert-nav">
|
||||
<li class="vert-nav-item nav_l_hdr">Navigation</li>
|
||||
<li class="vert-nav-item nav_l_hdr">Collections</li>
|
||||
{% for row in LeftNav %}
|
||||
<li class="{{ row.class }}">
|
||||
<a href="{% url 'show_collection' _collection=row.link _colset=Set%}" >{{ row.string }}</a>
|
||||
<a href="{% url 'show_collection' _collection=row.link _colset=Set%}" class="nav_link">
|
||||
<li class="nav_l_{{row.class}}">
|
||||
{{ row.string }}
|
||||
</li>
|
||||
</a>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user