diff options
author | Phil Hughes <me@iamphill.com> | 2017-06-23 15:12:02 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-23 15:12:02 +0000 |
commit | 523eaace0211f134bf24286ededa3f09b05b1d5f (patch) | |
tree | f9599f1a1033bead893d9318892199f5c519717c | |
parent | d4384dc154cb1e44c7b0a5cd802d48629f585fdb (diff) | |
parent | 06058787839e99c2ed84f8c8329a9ff0be0e01a2 (diff) | |
download | gitlab-ce-523eaace0211f134bf24286ededa3f09b05b1d5f.tar.gz |
Merge branch '34219-extra-symbol-notifications-modal' into 'master'
Remove extra symbol in notifications modal
Closes #34219
See merge request !12417
-rw-r--r-- | app/views/shared/notifications/_custom_notifications.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/notifications/_custom_notifications.html.haml b/app/views/shared/notifications/_custom_notifications.html.haml index 752932e6045..9186c2ba9c9 100644 --- a/app/views/shared/notifications/_custom_notifications.html.haml +++ b/app/views/shared/notifications/_custom_notifications.html.haml @@ -3,7 +3,7 @@ .modal-content .modal-header %button.close{ type: "button", "aria-label": "close", data: { dismiss: "modal" } } - %span{ "aria-hidden": "true" } } × + %span{ "aria-hidden": "true" } × %h4#custom-notifications-title.modal-title #{ _('Custom notification events') } |