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:
authorDrew Blessing <drew.blessing@me.com>2014-04-28 23:33:17 +0400
committerDrew Blessing <drew.blessing@me.com>2014-04-28 23:33:17 +0400
commit17b3da07ce90c0651303b4605a2ef634359b42b3 (patch)
tree024058ed7911b9ac7a04ade33628384cd0fe377d /app/views/notify/merged_merge_request_email.html.haml
parente4c8e8fd76fbfdfef4431df555a6a101256e2661 (diff)
Remove markdown notation from notification emails
Diffstat (limited to 'app/views/notify/merged_merge_request_email.html.haml')
-rw-r--r--app/views/notify/merged_merge_request_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/merged_merge_request_email.html.haml b/app/views/notify/merged_merge_request_email.html.haml
index 0c62d439aed..6762fae7f64 100644
--- a/app/views/notify/merged_merge_request_email.html.haml
+++ b/app/views/notify/merged_merge_request_email.html.haml
@@ -1,2 +1,2 @@
%p
- = "Merge Request !#{@merge_request.iid} was merged"
+ = "Merge Request ##{@merge_request.iid} was merged"