Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre de La Morinerie <pierre@capitainetrain.com>2014-02-18 20:32:12 +0400
committerPierre de La Morinerie <pierre@capitainetrain.com>2014-03-03 19:58:44 +0400
commitad278c4e7468cc7aac8af27199bc6851853cf779 (patch)
treebdd146ee0de335a32daed18793394cf3e2bfb594 /app/views/notify/merged_merge_request_email.html.haml
parent306744bbb0a5e1fc6253ec9512cbae87df2a94c7 (diff)
Make the merge request notification emails more readable
Emphasize the meaningful informations, and remove the less needed ones: * Use "!" to identify a merge request * Write the name of the commented file for diff notes * Don't show the assignee in the "merged merge request" email
Diffstat (limited to 'app/views/notify/merged_merge_request_email.html.haml')
-rw-r--r--app/views/notify/merged_merge_request_email.html.haml7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/notify/merged_merge_request_email.html.haml b/app/views/notify/merged_merge_request_email.html.haml
index e3a5239fe05..0c62d439aed 100644
--- a/app/views/notify/merged_merge_request_email.html.haml
+++ b/app/views/notify/merged_merge_request_email.html.haml
@@ -1,7 +1,2 @@
%p
- = "Merge Request #{@merge_request.iid} was merged"
-%p
- != merge_path_description(@merge_request, '&rarr;')
-%p
- Assignee: #{@merge_request.author_name} &rarr; #{@merge_request.assignee_name}
-
+ = "Merge Request !#{@merge_request.iid} was merged"