[SUCS Devel] [Git][sucssite/sucs-site][master] 2 commits: Fixed issue of none members bananas links

Laurence Sebastian Bowes elbows at sucs.org
Wed Sep 23 19:07:17 BST 2015


Laurence Sebastian Bowes pushed to branch master at sucssite / sucs-site


Commits:
6213a3c9 by Peter Jenkins at 2015-09-23T19:03:37Z
Fixed issue of none members bananas links

- - - - -
a5a1f385 by Laurence Sebastian Bowes at 2015-09-23T19:07:11Z
Merge branch 'master' into 'master'

Merge fixes #17

Fixed issue with bananas page links for none members

See merge request !9

- - - - -


1 changed file:

- templates/banana-awardlist.tpl


Changes:

=====================================
templates/banana-awardlist.tpl
=====================================
--- a/templates/banana-awardlist.tpl
+++ b/templates/banana-awardlist.tpl
@@ -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



View it on GitLab: https://projects.sucs.org/sucssite/sucs-site/compare/73906dde16862236172710cbae0ec7d4c9edbc61...a5a1f3854511693abab64c1b94c2c03c34b82f94
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20150923/831946e3/attachment.html>


More information about the Devel mailing list