Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
73cf37f4
Commit
73cf37f4
authored
Mar 10, 2021
by
Harsh Chouraria
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply translation string suggestion
Suggestion by @peterhegman
parent
6953b39a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
app/views/notify/new_merge_request_email.html.haml
app/views/notify/new_merge_request_email.html.haml
+6
-1
No files found.
app/views/notify/new_merge_request_email.html.haml
View file @
73cf37f4
%p
.details
%p
.details
#{
link_to
@merge_request
.
author_name
,
user_url
(
@merge_request
.
author
)
}
created a
#{
link_to
_
(
"merge request"
),
@merge_request
}
:
=
html_escape
(
_
(
'%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:'
))
%
{
userLinkStart: "
<a
href=
\"
#{
user_url
(
@merge_request
.
author
)
}
\"
>
".html_safe,
user: @merge_request.author_name,
mrLinkStart: "
<a
href=
\"
#{
merge_request_url
(
@merge_request
)
}
\"
>
".html_safe,
linkEnd: '
</a>
'.html_safe
}
%p
%p
.branch
.branch
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment