Initial commit
This commit is contained in:
commit
97e799fd52
61 changed files with 2252 additions and 0 deletions
11
yksa_web/templates/yksa/ui/_empty.html
Normal file
11
yksa_web/templates/yksa/ui/_empty.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% comment %}
|
||||
Nothing to show, said the same way everywhere.
|
||||
|
||||
{% trans "No widgets yet." as empty_text %}
|
||||
{% include "yksa/ui/_empty.html" with text=empty_text %}
|
||||
|
||||
When you can offer the action that resolves the emptiness, build the row inline
|
||||
with the same `.yksa-empty` class so the action sits beside the sentence rather
|
||||
than under it.
|
||||
{% endcomment %}
|
||||
<div class="yksa-empty justify-content-center">{{ text }}</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue