Fix #16119 - ActionLinksMode icons not showing text on structure page
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
6aba79789c
commit
1686770212
@ -2,13 +2,13 @@
|
||||
<ul class="nav nav-pills m-2 d-print-none">
|
||||
<li class="nav-item">
|
||||
<a href="{{ url('/table/structure', url_params) }}" id="table_structure_id" class="nav-link{{ route == '/table/structure' ? ' active' }}">
|
||||
{{ get_icon('b_props', 'Table structure'|trans) }}
|
||||
{{ get_icon('b_props', 'Table structure'|trans, true) }}
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="nav-item">
|
||||
<a href="{{ url('/table/relation', url_params) }}" id="table_relation_id" class="nav-link{{ route == '/table/relation' ? ' active' }}">
|
||||
{{ get_icon('b_relations', 'Relation view'|trans) }}
|
||||
{{ get_icon('b_relations', 'Relation view'|trans, true) }}
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user