Commit 84b42aeb authored by Z.J. van de Weg's avatar Z.J. van de Weg

Fix project link on issue creation

parent f802ad37
...@@ -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