Inline icon

This commit is contained in:
Tris Forster 2026-07-14 09:01:22 +10:00
parent f5349beaae
commit 375d08488d

View File

@ -38,10 +38,10 @@
<table class="table is-striped is-fullwidth"> <table class="table is-striped is-fullwidth">
<thead> <thead>
<tr> <tr>
<th>Work <a href="?start={{ start }}&sort=name">{{ "list_arrow"|icon }}</a></th> <th>Work <span class="icon-text"><a href="?start={{ start }}&sort=name">{{ "list_arrow"|icon }}</a></span></th>
<th>Composer <a href="?start={{ start }}&sort=composer">{{ "list_arrow"|icon }}</a></th> <th>Composer <span class="icon-text"><a href="?start={{ start }}&sort=composer">{{ "list_arrow"|icon }}</a></span></th>
<th class="is-hidden-mobile">Edition</th> <th class="is-hidden-mobile">Edition</th>
{% if not collection %}<th class="is-hidden-touch">Collection</th>{% endif %} {% if not collection %}<th class="is-hidden-touch">Collection</th>{% endif %}
</tr> </tr>
</thead> </thead>
<tbody> <tbody>