3words/views/inbox.html

9 lines
366 B
HTML
Raw Normal View History

2014-08-18 00:57:42 +02:00
<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>