<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>Laurence Sebastian Bowes pushed to branch master at <a href="https://projects.sucs.org/sucssite/sucs-site">sucssite / sucs-site</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/6213a3c94ce9b24ec6b847d7a42f26a8f8c2a7a0">6213a3c9</a></strong>
<div>
<span>by Peter Jenkins</span>
<i>at 2015-09-23T19:03:37Z</i>
</div>
<pre class='commit-message'>Fixed issue of none members bananas links</pre>
</li>
<li>
<strong><a href="https://projects.sucs.org/sucssite/sucs-site/commit/a5a1f3854511693abab64c1b94c2c03c34b82f94">a5a1f385</a></strong>
<div>
<span>by Laurence Sebastian Bowes</span>
<i>at 2015-09-23T19:07:11Z</i>
</div>
<pre class='commit-message'>Merge branch 'master' into 'master'

Merge fixes #17

Fixed issue with bananas page links for none members

See merge request !9</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
templates/banana-awardlist.tpl
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://projects.sucs.org/sucssite/sucs-site/compare/73906dde16862236172710cbae0ec7d4c9edbc61...a5a1f3854511693abab64c1b94c2c03c34b82f94#diff-0'>
<strong>
templates/banana-awardlist.tpl
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/templates/banana-awardlist.tpl
</span><span style="color: #000000;background-color: #ddffdd">+++ b/templates/banana-awardlist.tpl
</span><span style="color: #aaaaaa">@@ -3,7 +3,7 @@
</span> <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> 
<span style="color: #000000;background-color: #ddffdd">+        <a href="{$baseurl}{if $award.real == TRUE}/Community/Members/{else}/Community/Bananas/{/if}{$award.username}">{$award.username}</a> 
</span>   <small>(from {$award.who}, {$award.whn|date_format:"%d %b %Y"})</small><br /> {/if}
        <q>{$award.why}</q> <br />
        {if isset($singlemember)} <small>
<span style="color: #aaaaaa">@@ -11,4 +11,4 @@
</span>   </small>{/if}
 </li>
 {/foreach}
-</ul>
<span style="color: #000000;background-color: #ddffdd">+</ul>
</span>\ No newline at end of file
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://projects.sucs.org/sucssite/sucs-site/compare/73906dde16862236172710cbae0ec7d4c9edbc61...a5a1f3854511693abab64c1b94c2c03c34b82f94">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":["merge_requests","issues","commit"],"url":"https://projects.sucs.org/sucssite/sucs-site/compare/73906dde16862236172710cbae0ec7d4c9edbc61...a5a1f3854511693abab64c1b94c2c03c34b82f94"}}</script>
</p>
</div>
</body>
</html>