Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
4b8fc7d4bb
commit
6b872432bf
|
|
@ -1364,10 +1364,6 @@ class User < MainClusterwide::ApplicationRecord
|
|||
namespace.try :id
|
||||
end
|
||||
|
||||
def name_with_username
|
||||
"#{name} (#{username})"
|
||||
end
|
||||
|
||||
def already_forked?(project)
|
||||
!!fork_of(project)
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue