summaryrefslogtreecommitdiff
path: root/app/models/project.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project.rb')
-rw-r--r--app/models/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/project.rb b/app/models/project.rb
index eb6e7cb1b08..6a427fddfac 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -195,7 +195,7 @@ class Project < ActiveRecord::Base
end
def web_url
- [Gitlab.config.url, path_with_namespace].join("/")
+ [Gitlab.config.gitlab.url, path_with_namespace].join("/")
end
def common_notes