summaryrefslogtreecommitdiff
path: root/app/views/notify/new_merge_request_email.html.haml
diff options
context:
space:
mode:
authorDrew Blessing <drew.blessing@buckle.com>2013-11-08 09:04:36 -0600
committerDrew Blessing <drew.blessing@buckle.com>2013-11-08 10:20:15 -0600
commit57ad81a9c55352d39a88a5c878cc81f59f5328fa (patch)
tree0891a6da96443450f788d06fa5487fef1c0f0482 /app/views/notify/new_merge_request_email.html.haml
parent02484930e161f773a205bb1c1d29a8664755fd60 (diff)
downloadgitlab-ce-57ad81a9c55352d39a88a5c878cc81f59f5328fa.tar.gz
Fix minor errors/annoyances in email templates
There was some funny syntax in merge request email templates. There was a ! before the merge request number when there probably should be a #. This may be some carry over from markdown but should not be in email templates. There were also some capitalization discrepancies among the subject lines. For those OCD people out there I standardized the capitalization. :)
Diffstat (limited to 'app/views/notify/new_merge_request_email.html.haml')
-rw-r--r--app/views/notify/new_merge_request_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/new_merge_request_email.html.haml b/app/views/notify/new_merge_request_email.html.haml
index 6b2782ebb0b..321f9418ded 100644
--- a/app/views/notify/new_merge_request_email.html.haml
+++ b/app/views/notify/new_merge_request_email.html.haml
@@ -1,5 +1,5 @@
%p
- = "New Merge Request !#{@merge_request.iid}"
+ = "New Merge Request ##{@merge_request.iid}"
%p
= link_to_gfm truncate(@merge_request.title, length: 40), project_merge_request_url(@merge_request.target_project, @merge_request)
%p