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 38bb10d36b
commit ea7058e896
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
{% endfor %}
</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>
{% if entries[0] %}

View File

@ -20,7 +20,7 @@
</div>
{% 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 %}
</div>
<div class="container">