Fix project namespaces for web hooks data
This commit is contained in:
parent
59a86e4229
commit
7f636b1306
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ class Project < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def web_url
|
||||
[Gitlab.config.url, path].join("/")
|
||||
[Gitlab.config.url, path_with_namespace].join("/")
|
||||
end
|
||||
|
||||
def common_notes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue