diff options
author | Pierre de La Morinerie <pierre@capitainetrain.com> | 2014-02-18 11:46:01 +0100 |
---|---|---|
committer | Pierre de La Morinerie <pierre@capitainetrain.com> | 2014-03-03 16:58:44 +0100 |
commit | edd6028bdb1f0e8ba6744540e9d3f324ab40126d (patch) | |
tree | b8e7a69751e14c7d981c09c6dca896b5f862b1f4 /app/views/notify/reassigned_issue_email.html.haml | |
parent | 7ba0b502d3e6fdc5efc5619d803a1b9fcf9db791 (diff) | |
download | gitlab-ce-edd6028bdb1f0e8ba6744540e9d3f324ab40126d.tar.gz |
Remove custom link to target in notification emails
Every email has a different way of showing a link to the discussion on
the website. We don't need this anymore, as we now have a standard
"View in GitLab" link in the footer of every email.
Diffstat (limited to 'app/views/notify/reassigned_issue_email.html.haml')
-rw-r--r-- | app/views/notify/reassigned_issue_email.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/notify/reassigned_issue_email.html.haml b/app/views/notify/reassigned_issue_email.html.haml index b0edff44ce6..07227a3e68c 100644 --- a/app/views/notify/reassigned_issue_email.html.haml +++ b/app/views/notify/reassigned_issue_email.html.haml @@ -1,7 +1,4 @@ %p - = "Reassigned Issue ##{@issue.iid}" - = link_to_gfm truncate(@issue.title, length: 30), project_issue_url(@issue.project, @issue) -%p Assignee changed - if @previous_assignee from |