mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Extract templates, replace pagination format
This commit is contained in:
7
public/scripts/templates/emptyBlock.html
Normal file
7
public/scripts/templates/emptyBlock.html
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="text_block empty_block">
|
||||
<i class="fa-solid {{icon}} fa-4x"></i>
|
||||
<h1>{{text}}</h1>
|
||||
<p data-i18n="There are no items to display.">
|
||||
There are no items to display.
|
||||
</p>
|
||||
</div>
|
Reference in New Issue
Block a user