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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-07 00:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-07 00:08:58 +0300
commitf71db8c5f0619b92c3fa65f202e62f8c0947e0d6 (patch)
tree332c07e82a4b15b4436526ecfc65b77356a54e19 /app/views/notify
parent8280fa786e71c14d39b1ae80e93f251f3685286a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/notify')
-rw-r--r--app/views/notify/changed_milestone_email.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/notify/changed_milestone_email.html.haml b/app/views/notify/changed_milestone_email.html.haml
index 01d27cac36b..bfc9d65d1c2 100644
--- a/app/views/notify/changed_milestone_email.html.haml
+++ b/app/views/notify/changed_milestone_email.html.haml
@@ -1,5 +1,5 @@
%p
- Milestone changed to
- %strong= link_to(@milestone.name, @milestone_url)
+ - milestone_link = link_to(@milestone.name, @milestone_url)
+ = s_('Notify|Milestone changed to %{milestone}').html_safe % { milestone: content_tag(:strong, milestone_link).html_safe }
- if date_range = milestone_date_range(@milestone)
= "(#{date_range})"