add mentions

This commit is contained in:
biglyderv 2024-11-25 14:12:44 -05:00
parent a97bded7f5
commit d4ed9e48cf
4 changed files with 48 additions and 6 deletions

View file

@ -1,7 +1,6 @@
<%- include('form_bare.ejs', { data: [ { label: "" , type: "text" , name: "targetId" , hidden: id }, { label: "" ,
type: "text" , name: "targetType" , hidden: route }, { label: "Your thoughts..." , type: "textarea" ,
name: "content" , hidden: route }, ], 'route' : '/api/form/comment' , 'title' : 'Comments' , noCaptcha: true })
-%>
name: "content" , hidden: route }, ], 'route' : '/api/form/comment' , 'title' : 'Comments' , noCaptcha: true }) -%>
<div class="content">
<% for (let comment of comments) { %>
@ -17,7 +16,7 @@
<div><b>
<%= (new Date(comment.date)+'').split(/(GMT|UTC)/g)[0] %>
</b></div>
<pre><%= comment.content %></pre>
<pre><%- comment.content %></pre>
</div>
</div>
</div>

View file

@ -10,7 +10,7 @@
<% } %>
<a class='form-button' href="/client/tou">Terms of Use</a>
<a class='form-button' href="https://dervland.net/">More Projects</a>
<a class='form-button' href="https://git.dervlnd.net/core/bigly-chat">Developer Portal</a>
<a class='form-button' href="https://git.dervland.net/core/bigly-chat">Developer Portal</a>
</div>
</div>
<h1 class='content-header'>Follow Feed</h1>