diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-23 05:23:06 -0500 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-06-23 05:23:06 -0500 |
| commit | 06058787839e99c2ed84f8c8329a9ff0be0e01a2 (patch) | |
| tree | 25d3f7f86720d70f5910ed9dfd304c64d8952de4 | |
| parent | a4ca7e8bebb4244ad4b2e9d4250390e291b50a29 (diff) | |
| download | gitlab-ce-34219-extra-symbol-notifications-modal.tar.gz | |
Remove extra symbol in notifications modal34219-extra-symbol-notifications-modal
| -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') } |
