Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sucs-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sucssite
sucs-site
Compare revisions
8e84a71b8630b0516c7ec0bd64ce97434e36abb0 to e9e2a380409e43365d51785ffcc06e5f527fb0f2
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
sucssite/sucs-site
Select target project
No results found
e9e2a380409e43365d51785ffcc06e5f527fb0f2
Select Git revision
Swap
Target
sucssite/sucs-site
Select target project
osian/sucs-site
kais58/sucs-site
imranh/sucs-site
foshjedi2004/sucs-site
gigosaurus/sucs-site
matstn/sucs-site
ripp_/sucs-site
eggnog/sucs-site
sucssite/sucs-site
elbows/sucs-site
realitykiller/sucs-site
crox/sucs-site
vectre/sucs-site
welshbyte/sucs-site
paperclipman/sucs-site
15 results
8e84a71b8630b0516c7ec0bd64ce97434e36abb0
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Fix a spacing issue
· 124f33bb
Imran Hussain
authored
9 years ago
124f33bb
Merge branch 'master' of projects.sucs.org:sucssite/sucs-site
· e9e2a380
Imran Hussain
authored
9 years ago
e9e2a380
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/members.tpl
+1
-2
1 addition, 2 deletions
templates/members.tpl
with
1 addition
and
2 deletions
templates/members.tpl
View file @
e9e2a380
...
...
@@ -25,8 +25,7 @@
{
if
$member.website
}
<dt>
Website
</dt>
<dd>
<a
href=
"http://sucs.org/~
{
$member.uid
|
escape
:
'url'
}
/"
>
http://sucs.org/~
{
$member.uid
|
escape
:
'url'
}
/
</a></dd>
<a
href=
"http://sucs.org/~
{
$member.uid
|
escape
:
'url'
}
/"
>
http://sucs.org/~
{
$member.uid
|
escape
:
'url'
}
/
</a></dd>
{/
if
}
{
if
isset
(
$member.project
)
}
<dt>
Project
</dt>
...
...
This diff is collapsed.
Click to expand it.