Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
d6064c8b
Commit
d6064c8b
authored
Feb 24, 2011
by
Leigh B Stoller
Browse files
When user is local, link to user profile page.
parent
d89cde03
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/showslice.php
View file @
d6064c8b
...
...
@@ -86,7 +86,8 @@ if ($geniuser) {
else
{
$user
=
User
::
LookupByUUID
(
$slice
->
creator_uuid
());
if
(
$user
)
{
$rows
[]
=
array
(
"Creator"
=>
$user
->
uid
());
$url
=
CreateURL
(
"showuser"
,
$user
);
$rows
[]
=
array
(
"Creator"
=>
"<a href='
$url
'>"
.
$user
->
uid
()
.
"</a>"
);
}
}
...
...
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