webs unified
This commit is contained in:
5
web/templates/ui/notice.html
Normal file
5
web/templates/ui/notice.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{#
|
||||
One-line inline notice — crate::ui::Notice. Used where a full alert card is
|
||||
too heavy: analytics errors and the "log in first" prompts.
|
||||
#}
|
||||
<p class="{% if error %}error{% else %}hint{% endif %}">{{ message }}{% if login_link %} Please <a href="/login">log in</a> first.{% endif %}</p>
|
||||
Reference in New Issue
Block a user