Update button lables: it seems strange to click on 'Grid' to get the list view and vice versa

This commit is contained in:
pthiben 2020-04-18 22:57:25 -04:00
parent a6a4d5f09b
commit 20cc5107da
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
{% endfor %} {% endfor %}
</div> </div>
<button class="update-view btn btn-success" href="#" data-target="series_view" data-view="list">Grid</button> <button class="update-view btn btn-success" href="#" data-target="series_view" data-view="list">List</button>
</div> </div>
{% if entries[0] %} {% if entries[0] %}

View File

@ -20,7 +20,7 @@
</div> </div>
{% if title == "Series list" %} {% if title == "Series list" %}
<button class="update-view btn btn-success" href="#" data-target="series_view" data-view="grid">List</button> <button class="update-view btn btn-success" href="#" data-target="series_view" data-view="grid">Grid</button>
{% endif %} {% endif %}
</div> </div>
<div class="container"> <div class="container">