summaryrefslogtreecommitdiff
path: root/app/views/profiles/notifications
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-14 12:02:05 +0200
committerMarin Jankovski <maxlazio@gmail.com>2014-10-14 12:02:05 +0200
commit920eb7abc4b3e7006ca6cffd4de2b290ddfe3d6d (patch)
tree302a77b61d5aefa01143599eae8a33372a71ae1b /app/views/profiles/notifications
parent672bd3902d86b78d730cea809fce312ec49d39d7 (diff)
downloadgitlab-ce-920eb7abc4b3e7006ca6cffd4de2b290ddfe3d6d.tar.gz
Add a note about notification for a project.
Diffstat (limited to 'app/views/profiles/notifications')
-rw-r--r--app/views/profiles/notifications/show.html.haml12
1 files changed, 8 insertions, 4 deletions
diff --git a/app/views/profiles/notifications/show.html.haml b/app/views/profiles/notifications/show.html.haml
index f84de4430cc..ce84b4c43e4 100644
--- a/app/views/profiles/notifications/show.html.haml
+++ b/app/views/profiles/notifications/show.html.haml
@@ -31,12 +31,12 @@
.clearfix
%hr
- %p
- You can also specify notification level per group or per project
- %br
- By default all projects and groups uses notification level set above
.row.all-notifications
.col-md-6
+ %p
+ You can also specify notification level per group or per project
+ %br
+ By default all projects and groups uses notification level set above
%h4 Groups:
%ul.bordered-list
- @group_members.each do |users_group|
@@ -44,6 +44,10 @@
= render 'settings', type: 'group', membership: users_group, notification: notification
.col-md-6
+ %p
+ To specify notification level per project of a group you belong to,
+ %br
+ you also need to be a member of the project
%h4 Projects:
%ul.bordered-list
- @project_members.each do |project_member|