Commit 468cbac2 authored by Jonathan Schafer's avatar Jonathan Schafer

Embed vulnerability link in translation string

parent e6d6c46b
<% 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") %>:
......
......@@ -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 ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment