Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
sucs-site
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua Anthony Morgan
sucs-site
Commits
fbc34b60
Commit
fbc34b60
authored
Sep 11, 2015
by
Imran Hussain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a link to the Gitlab on the Projects page of the site.
parent
91fc2c96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
templates/projects.tpl
templates/projects.tpl
+4
-1
No files found.
templates/projects.tpl
View file @
fbc34b60
<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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment