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
468cbac2
Commit
468cbac2
authored
Sep 30, 2020
by
Jonathan Schafer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Embed vulnerability link in translation string
parent
e6d6c46b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
ee/app/views/vulnerabilities/issue_description.md.erb
ee/app/views/vulnerabilities/issue_description.md.erb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+2
-3
No files found.
ee/app/views/vulnerabilities/issue_description.md.erb
View file @
468cbac2
<%
if
vulnerability
.
is_a?
Vulnerability
%>
<%=
_
(
"Issue created from vulnerability
"
)
%>
<%=
link_to
vulnerability
.
id
,
vulnerability_url
(
vulnerability
)
%>
<%=
_
(
"Issue created from vulnerability
#{
link_to
vulnerability
.
id
,
vulnerability_url
(
vulnerability
)
}
"
.
html_safe
)
%>
<%
end
%>
###
<%=
_
(
"Description"
)
%>
:
...
...
locale/gitlab.pot
View file @
468cbac2
...
...
@@ -8,6 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gitlab 1.0.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-22 19:32+0200\n"
"PO-Revision-Date: 2020-09-22 19:32+0200\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
...
...
@@ -14043,9 +14045,6 @@ msgstr ""
msgid "Issue cannot be found."
msgstr ""
msgid "Issue created from vulnerability"
msgstr ""
msgid "Issue events"
msgstr ""
...
...
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