added inbox template
This commit is contained in:
parent
8cbaaafbf0
commit
ef8d5b660b
@ -0,0 +1,9 @@
|
||||
<h4>Answers you got:</h4>
|
||||
|
||||
<table class="table table-responsive table-bordered table-condensed">
|
||||
<tbody>
|
||||
{loop="$words"}
|
||||
<td>{$value.author} wrote that you are <span class="label label-default">{$value.first}</span>, <span class="label label-default">{$value.second}</span> and <span class="label label-default">{$value.third}</span></td>
|
||||
{/loop}
|
||||
</tbody>
|
||||
</table>
|
Loading…
Reference in New Issue
Block a user