abtmtr-v13/views/components/mininq.ejs

14 lines
395 B
Text
Raw Normal View History

2024-09-01 21:28:26 +00:00
<h3>
<%= mininq.name %>
<% if (mininq.url != '') { %>
@ <a href="<%= mininq.url %>" target="_blank" class="noblock"><%= new URL(mininq.url).host %></a>
<% } %>
sent:
</h3>
2024-09-02 17:48:50 +00:00
<p style="white-space: pre-line;"><%= mininq.msg %></p>
2024-09-01 21:28:26 +00:00
<% if (mininq.reply != '') { %>
<section>
<h3>sysadmin reply:</h3>
2024-09-02 17:48:50 +00:00
<p style="white-space: pre-line;"><%= mininq.reply %></p>
2024-09-01 21:28:26 +00:00
</section>
<% } %>