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:
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/_note_email.text.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/notify/_note_email.text.erb b/app/views/notify/_note_email.text.erb
index 8853519fb8d..b23ba464c06 100644
--- a/app/views/notify/_note_email.text.erb
+++ b/app/views/notify/_note_email.text.erb
@@ -6,7 +6,7 @@
<%= sanitize_name(author.name) -%>
<% if discussion.nil? -%>
- <%= 'commented' -%>:
+ <%= 'commented' -%>
<% else -%>
<% if discussion.first_note == note -%>
<%= 'started a new discussion' -%>
@@ -16,9 +16,9 @@
<% if discussion.diff_discussion? -%>
<%= "on #{discussion.file_path}" -%>
<% end -%>
-<%= ':' -%>
-<%= " #{target_url}" -%>
<% end -%>
+<%= ':' -%>
+<%= " #{target_url}" -%>
<% if discussion&.diff_discussion? && discussion.on_text? -%>