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

Fix project link on issue creation

See merge request !9226
This commit is contained in:
Kamil Trzciński 2017-02-17 10:09:15 +00:00
commit 63330af84f
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ module Gitlab
private private
def new_issue def new_issue
{ {
attachments: [ attachments: [
{ {
@ -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