Commit 84bffd61 authored by Kamil Trzciński's avatar Kamil Trzciński Committed by Felipe Artur

Merge branch 'zj-fix-url-new-issue-presenter' into 'master'

Fix project link on issue creation

See merge request !9226
parent 324fd44e
...@@ -10,7 +10,7 @@ module Gitlab ...@@ -10,7 +10,7 @@ module Gitlab
private private
def new_issue def new_issue
{ {
attachments: [ attachments: [
{ {
...@@ -38,7 +38,7 @@ module Gitlab ...@@ -38,7 +38,7 @@ module Gitlab
end end
def project_link def project_link
"[#{project.name_with_namespace}](#{projects_url(project)})" "[#{project.name_with_namespace}](#{project.web_url})"
end end
def author_profile_link def author_profile_link
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment