Skip to content
Snippets Groups Projects
Commit a5a1f385 authored by Laurence Sebastian Bowes's avatar Laurence Sebastian Bowes
Browse files

Merge branch 'master' into 'master'

Merge fixes #17

Fixed issue with bananas page links for none members

See merge request !9
parents 73906dde 6213a3c9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<li class="{award_image_class number=$award.score}">
{if !isset($singlemember)}
<strong>{if $award.score >0}+{/if}{$award.score}</strong> awarded to
<a href="{$baseurl}{if $award.real == TRUE}/Community/Members/{else}/Community/Bananas{/if}{$award.username}">{$award.username}</a>
<a href="{$baseurl}{if $award.real == TRUE}/Community/Members/{else}/Community/Bananas/{/if}{$award.username}">{$award.username}</a>
<small>(from {$award.who}, {$award.whn|date_format:"%d %b %Y"})</small><br /> {/if}
<q>{$award.why}</q> <br />
{if isset($singlemember)} <small>
......@@ -11,4 +11,4 @@
</small>{/if}
</li>
{/foreach}
</ul>
</ul>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment