Skip to content
Snippets Groups Projects
Commit fbc34b60 authored by Imran Hussain's avatar Imran Hussain
Browse files

Add a link to the Gitlab on the Projects page of the site.

parent 91fc2c96
No related branches found
No related tags found
No related merge requests found
<h3>Projects currently hosted by SUCS</h3>
<p>SUCS has recently deployed <a href="https://projects.sucs.org/explore">Gitlab</a> with a more expansive list of projects.</p>
<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>
</dl>
\ 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