Initial commit
This commit is contained in:
19
app/plugins/suggestions/views/list.html
Normal file
19
app/plugins/suggestions/views/list.html
Normal file
@ -0,0 +1,19 @@
|
||||
<legend>Suggestions</legend>
|
||||
{PAGINATION}
|
||||
{LOOP}
|
||||
<div class="blog-post">
|
||||
<h2 class="blog-post-title"><a href="{ROOT_URL}suggestions/view/{ID}">{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>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
{/LOOP}
|
||||
{ALT}
|
||||
<div class="blog-post">
|
||||
<p class="blog-post-meta">No Suggestions Found.</p>
|
||||
</div>
|
||||
{/ALT}
|
||||
<a href="{ROOT_URL}suggestions/create" class="btn btn-sm btn-primary" role="button">Create</a>
|
Reference in New Issue
Block a user