1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

DB edit: description to public_comments

the update process now compiles public comments from instance blocklists
and displays them, so the name of the table that stores these comments
has been changed so it's not confusing.

also made the appropriate changes on the backend and in the template
that shows that information
This commit is contained in:
ro
2024-09-29 16:34:52 -06:00
parent 098cd72186
commit 8353d154c4
5 changed files with 22 additions and 20 deletions

View File

@ -6,7 +6,7 @@
@parent
<section>
<article>
<h2>Description</h2>
<h2>Public Comments</h2>
@foreach($comments as $comment)
@if($comment != " " && $comment != '')
{{trim($comment)}}<br /><br />