mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-04 12:00:17 +00:00
Update button lables: it seems strange to click on 'Grid' to get the list view and vice versa
This commit is contained in:
parent
a6a4d5f09b
commit
20cc5107da
@ -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] %}
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user