<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>Imran Hussain pushed to branch master at <a href="https://gitlab.sucs.org/sucssite/sucs-site">sucssite / sucs-site</a></h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.sucs.org/sucssite/sucs-site/commit/fbc34b606f88fca0593f07c38a655311628f4173">fbc34b60</a></strong>
<div>
<span>by Imran Hussain</span>
<i>at 2015-09-11T17:32:30Z</i>
</div>
<pre class='commit-message'>Add a link to the Gitlab on the Projects page of the site.</pre>
</li>
</ul>
<h4>1 changed file:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
templates/projects.tpl
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.sucs.org/sucssite/sucs-site/commit/fbc34b606f88fca0593f07c38a655311628f4173#diff-0'>
<strong>
templates/projects.tpl
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/templates/projects.tpl
</span><span style="color: #000000;background-color: #ddffdd">+++ b/templates/projects.tpl
</span><span style="color: #aaaaaa">@@ -1,7 +1,10 @@
</span> <h3>Projects currently hosted by SUCS</h3>
<span style="color: #000000;background-color: #ddffdd">+
+<p>SUCS has recently deployed <a href="https://projects.sucs.org/explore">Gitlab</a> with a more expansive list of projects.</p>
+
</span> <dl>
 {foreach name=projects from=$projects item=project}
 <dt><a href="http://projects.sucs.org/projects/{$project.filename}">{$project.name}</a></dt>
 {if $project.descr}<dd>{$project.descr}{/if}</dd>
 {/foreach}
-</dl>
<span style="color: #000000;background-color: #ddffdd">+</dl>
</span>\ No newline at end of file
</code></pre>

<br>
</li>

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

<br>
<a href="https://gitlab.sucs.org/sucssite/sucs-site/commit/fbc34b606f88fca0593f07c38a655311628f4173">View it on GitLab</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.sucs.org/sucssite/sucs-site/commit/fbc34b606f88fca0593f07c38a655311628f4173"}}</script>
</p>
</div>
</body>
</html>