Move <p> element to customizable skin

This commit is contained in:
Tobi Schäfer 2024-06-11 23:05:04 +02:00
parent 6f632e9d4f
commit 63bfe34e35
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8
2 changed files with 4 additions and 2 deletions

View file

@ -68,7 +68,7 @@
<h1><% response.title %></h1>
<div class='uk-panel uk-panel-header'>
<h3 class='uk-panel-title'><% gettext Status %></h3>
<p><% site.skin Root#status %></p>
<% site.skin Root#status %>
</div>
<div class='uk-panel uk-panel-header'>
<h3 class='uk-panel-title'><% gettext Details %></h3>

View file

@ -1,5 +1,7 @@
<% #status %>
<% gettext 'System is up and running.' %>
<p>
<% gettext 'System is up and running.' %>
</p>
<% #urlPreview %>
<% // This snippet contains additional markup to be rendered client-side by Alpine %>