This commit is contained in:
Joey Kimsey
2024-12-20 16:55:45 -05:00
parent 7b4dc5f41f
commit 0c2fa757dd
12 changed files with 127 additions and 22 deletions

View File

@ -3,11 +3,11 @@
<hr>
{LOOP}
<div class="blog-post p-2">
<h2 class="blog-post-title"><a href="{ROOT_URL}suggestions/view/{ID}">{title}</a></h2>
<h2 class="blog-post-title"><a href="{ROOT_URL}suggestions/view/{ID}" class="text-decoration-none atb-green">{title}</a></h2>
<div class="well">
{suggestion}
<p class="blog-post-meta">
Suggested on <i>{DTC date}{suggestedOn}{/DTC}</i> by <a href="{ROOT_URL}home/profile/{author}"><strong>{submittedBy}</strong></a>
Suggested on <i>{DTC date}{suggestedOn}{/DTC}</i> by <a href="{ROOT_URL}home/profile/{author}" class="text-decoration-none atb-green"><strong>{submittedBy}</strong></a>
</p>
</div>
</div>
@ -21,6 +21,6 @@
</div>
{/ALT}
<div class="text-center">
<a href="{ROOT_URL}suggestions/create" class="btn btn-lg btn-primary" role="button">Make a Suggestion</a>
<a href="{ROOT_URL}suggestions/create" class="btn btn-lg btn-primary atb-green-bg" role="button">Make a Suggestion</a>
</div>
</div>