Commit b381db69 authored by Harsh Chouraria's avatar Harsh Chouraria

Add link to merge request in email

The link to merge requests in the emails
about new merge requests being created
are missing in the entire content until the
footer. This causes a lot of scroll just to
visit the merge request page on the UI.

The text version of the same email includes
a link on the opening line, so the HTML
version should do the same.
parent 6e923530
%p.details
#{link_to @merge_request.author_name, user_url(@merge_request.author)} created a merge request:
#{link_to @merge_request.author_name, user_url(@merge_request.author)} created a #{link_to _("merge request"), @merge_request}:
%p
.branch
......
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