added inbox template

This commit is contained in:
pixeldesu 2014-08-18 00:57:42 +02:00
parent 8cbaaafbf0
commit ef8d5b660b
1 changed files with 9 additions and 0 deletions

View File

@ -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>