From 495c22d1245b6212b21b7379a542df73dfa77206 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 6 Apr 2020 18:09:37 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/models/project_wiki.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/models/project_wiki.rb') diff --git a/app/models/project_wiki.rb b/app/models/project_wiki.rb index f0967b87345..4b888648b9e 100644 --- a/app/models/project_wiki.rb +++ b/app/models/project_wiki.rb @@ -44,8 +44,8 @@ class ProjectWiki # @deprecated use full_path when you need it for an URL route or disk_path when you want to point to the filesystem alias_method :path_with_namespace, :full_path - def web_url - Gitlab::Routing.url_helpers.project_wiki_url(@project, :home) + def web_url(only_path: nil) + Gitlab::UrlBuilder.build(self, only_path: only_path) end def url_to_repo -- cgit v1.2.3