diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-06-29 19:23:03 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-06-29 19:23:03 +0000 |
commit | 1d34ce13fca6f9ef316a23527a397021446c9f58 (patch) | |
tree | abb7eab451fdb2c5c60ae4347258a719db8979bb /doc | |
parent | c051630aa88d3394a77108aa8ad422c91b0aec9f (diff) | |
parent | d2971315abd0e6e94860505e50ec71082c3679da (diff) | |
download | gitlab-ce-1d34ce13fca6f9ef316a23527a397021446c9f58.tar.gz |
Merge branch 'issue_3359_3' into 'master'
Insert notification settings dropdown into groups
## Display notification settings dropdown for groups
part of #3359
![groups](/uploads/d61648236b81b0cca55fa2d73758f0df/groups.png)
![Screenshot_from_2016-06-29_10-58-37](/uploads/7be05ea6002932c094a81b25a308fd62/Screenshot_from_2016-06-29_10-58-37.png)
![small](/uploads/6f2b556d734c870e358f6f56618a0bab/small.png)
See merge request !4857
Diffstat (limited to 'doc')
-rw-r--r-- | doc/workflow/notifications.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/workflow/notifications.md b/doc/workflow/notifications.md index fe4485e148a..b4a9c2f3d3e 100644 --- a/doc/workflow/notifications.md +++ b/doc/workflow/notifications.md @@ -37,12 +37,14 @@ This means that you can set a different level of notifications per group while s to have a finer level setting per project. Organization like this is suitable for users that belong to different groups but don't have the same need for being notified for every group they are member of. +These settings can be configured on group page or user profile notifications dropdown. #### Project Settings Project Settings are at the top level and any setting placed at this level will take precedence of any other setting. This is suitable for users that have different needs for notifications per project basis. +These settings can be configured on project page or user profile notifications dropdown. ## Notification events |