the recent list can now be shown public

This commit is contained in:
nilsding
2014-08-18 16:43:48 +02:00
parent 91602f4e84
commit 06f84a881b
3 changed files with 31 additions and 2 deletions

View File

@@ -25,11 +25,11 @@
</div>
<input type="hidden" name="words">
</form>
{if="$recent_answers"}
{if="$recent_public"}
<h4>Recent Answers by others:</h4>
<table class="table table-responsive table-bordered table-condensed">
<tbody>
{loop="$recent"}
{loop="$words"}
<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>
</tr>