fixed inbox layout mistake
This commit is contained in:
parent
45a115aec6
commit
1a4d5e2a12
@ -16,7 +16,7 @@
|
|||||||
<table class="table table-responsive table-bordered table-condensed">
|
<table class="table table-responsive table-bordered table-condensed">
|
||||||
<tbody>
|
<tbody>
|
||||||
{loop="$words"}
|
{loop="$words"}
|
||||||
<td>{$value.author} wrote that you are <span class="label label-default">{$value.word1}</span>, <span class="label label-default">{$value.word2}</span> and <span class="label label-default">{$value.word3}</span></td>
|
<tr><td>{$value.author} wrote that you are <span class="label label-default">{$value.word1}</span>, <span class="label label-default">{$value.word2}</span> and <span class="label label-default">{$value.word3}</span></td></tr>
|
||||||
{/loop}
|
{/loop}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user