gitlab-org--gitlab-foss/app
Fatih Acet db9e1635d0 Merge branch '25510-fix-notifications-dropdown-alignment' into 'master'
Fix alignment for notification settings ajax response

## What does this MR do?

Fixes a issue where an AJAX call to change your global notification settings will return an html partial which has the incorrect dropdown alignment class, in some cases causing the dropdown menu to become obscured on the left side of the screen.

## Are there points in the code the reviewer needs to double check?

## Screenshots (if relevant)

See issue #25510 for a screenshot of the problem and steps to reproduce.

## Does this MR meet the acceptance criteria?

- [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [ ] ~~[Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)~~
- [ ] ~~API support added~~
- Tests
  - [ ] ~~Added for this feature/bug~~
  - [ ] All builds are passing
- [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

Closes #25510

See merge request !8024
2016-12-12 09:53:02 +00:00
..
assets remove left_align setting from notification setting dropdown in favor of a pure css solution 2016-12-10 00:21:47 -06:00
controllers remove left_align setting from notification setting dropdown in favor of a pure css solution 2016-12-10 00:21:47 -06:00
finders Merge branch 'features/api-snippets' into 'master' 2016-12-12 08:58:13 +00:00
helpers Merge branch 'features/api-snippets' into 'master' 2016-12-12 08:58:13 +00:00
mailers Add new template to handle both commit & mr notes 2016-11-25 15:23:49 +00:00
models Do not reload diff for merge request made from fork when target branch in fork is updated 2016-12-09 12:10:26 +01:00
policies Merge branch 'features/api-snippets' into 'master' 2016-12-12 08:58:13 +00:00
serializers Merge branch 'fix/ca-no-date' into 'master' 2016-11-30 10:01:56 +00:00
services Do not reload diff for merge request made from fork when target branch in fork is updated 2016-12-09 12:10:26 +01:00
uploaders Render SVG as images in notes 2016-12-08 00:29:43 -02:00
validators Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
views remove left_align setting from notification setting dropdown in favor of a pure css solution 2016-12-10 00:21:47 -06:00
workers Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' 2016-12-05 11:07:57 +00:00