This website requires JavaScript.
Explore
Help
Sign In
root
/
gitlab-ce
mirror of
https://gitlab.com/free-releases/gitlab-ce.git
Watch
1
Star
0
Fork
You've already forked gitlab-ce
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a6f6056c62
gitlab-ce
/
lib
/
gitlab
/
gl_id.rb
12 lines
152 B
Ruby
Raw
Blame
History
module
Gitlab
module
GlId
def
self
.
gl_id
(
user
)
if
user
.
present?
"
user-
#{
user
.
id
}
"
else
"
"
end
end
end
end
Reference in New Issue
View Git Blame
Copy Permalink