Add way to override grid action label rendering
so that custom HTML can be embedded in there somehow..
This commit is contained in:
parent
b229b409b0
commit
87d8322b85
3 changed files with 16 additions and 3 deletions
|
@ -201,7 +201,7 @@
|
|||
% endif
|
||||
>
|
||||
<i class="fas fa-${action.icon}"></i>
|
||||
${action.label}
|
||||
${action.render_label()|n}
|
||||
</a>
|
||||
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue