Fix project link on issue creation

This commit is contained in:
Z.J. van de Weg 2017-02-14 15:03:20 +01:00
parent f802ad370e
commit 84b42aebbc
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ module Gitlab
private
def new_issue
def new_issue
{
attachments: [
{
@ -38,7 +38,7 @@ module Gitlab
end
def project_link
"[#{project.name_with_namespace}](#{projects_url(project)})"
"[#{project.name_with_namespace}](#{project.web_url})"
end
def author_profile_link