Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
aoz-003
Commits
686df39f
Commit
686df39f
authored
Feb 02, 2018
by
Tugce Nur Tas
Browse files
escape close-x for notification helper
parent
3564ae6e
Pipeline
#14000
passed with stage
in 25 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/helpers/notification_helper.rb
View file @
686df39f
...
...
@@ -13,7 +13,7 @@ module NotificationHelper
if
text
.
present?
concat
text
else
tag
.
span
(
'
×
'
,
aria:
{
hidden:
'true'
})
tag
.
span
(
'
x
'
,
aria:
{
hidden:
'true'
})
end
end
end
...
...
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