wip
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user