fixed fuckup
This commit is contained in:
parent
f8c7d0ae0f
commit
d1be9f04d2
@ -25,13 +25,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<input type="hidden" name="words">
|
<input type="hidden" name="words">
|
||||||
</form>
|
</form>
|
||||||
{if="$recent_answers"}
|
{if="$recent_public"}
|
||||||
<div class="row recent-margin">
|
<div class="row recent-margin">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<h4>Recent Answers by others:</h4>
|
<h4>Recent Answers by others:</h4>
|
||||||
<table class="table table-responsive table-bordered table-condensed">
|
<table class="table table-responsive table-bordered table-condensed">
|
||||||
<tbody>
|
<tbody>
|
||||||
{loop="$recent"}
|
{loop="$words"}
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>{$value.author}</b> wrote that {$user_name} is <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>
|
<td><b>{$value.author}</b> wrote that {$user_name} is <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>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user