summaryrefslogtreecommitdiff
path: root/app/views/notify/note_commit_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/note_commit_email.html.haml')
-rw-r--r--app/views/notify/note_commit_email.html.haml9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/views/notify/note_commit_email.html.haml b/app/views/notify/note_commit_email.html.haml
index 1d961e4424c..f4293a3aa50 100644
--- a/app/views/notify/note_commit_email.html.haml
+++ b/app/views/notify/note_commit_email.html.haml
@@ -1,2 +1,7 @@
-= render 'note_message'
-
+%p.details
+ New comment for Commit
+ = @commit.short_id
+ on
+ = render partial: 'note_mr_or_commit_email',
+ locals: { note: @note,
+ discussion: @discussion}