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
8d7a773b
Commit
8d7a773b
authored
Oct 29, 2019
by
Brian T
Committed by
Grzegorz Bizon
Oct 29, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve "Double escaping in /tableflip quick action"
parent
43690d15
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
changelogs/unreleased/24082-double-escaping-in-tableflip-quick-action.yml
...eased/24082-double-escaping-in-tableflip-quick-action.yml
+5
-0
lib/gitlab/quick_actions/issuable_actions.rb
lib/gitlab/quick_actions/issuable_actions.rb
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+2
-2
No files found.
changelogs/unreleased/24082-double-escaping-in-tableflip-quick-action.yml
0 → 100644
View file @
8d7a773b
---
title
:
Fix double escaping in /tableflip quick action
merge_request
:
19271
author
:
Brian T
type
:
fixed
lib/gitlab/quick_actions/issuable_actions.rb
View file @
8d7a773b
...
...
@@ -234,7 +234,7 @@ module Gitlab
"
#{
comment
}
#{
SHRUG
}
"
end
desc
_
(
"Append the comment with %{
TABLEFLIP
}"
)
%
{
tableflip:
TABLEFLIP
}
desc
_
(
"Append the comment with %{
tableflip
}"
)
%
{
tableflip:
TABLEFLIP
}
params
'<Comment>'
types
Issuable
substitution
:tableflip
do
|
comment
|
...
...
locale/gitlab.pot
View file @
8d7a773b
...
...
@@ -1761,10 +1761,10 @@ msgstr ""
msgid "Appearance was successfully updated."
msgstr ""
msgid "Append the comment with %{
TABLEFLIP
}"
msgid "Append the comment with %{
shrug
}"
msgstr ""
msgid "Append the comment with %{
shrug
}"
msgid "Append the comment with %{
tableflip
}"
msgstr ""
msgid "Application"
...
...
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