Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <suprnova32@gmail.com>2015-09-15 03:27:54 +0300
committerPatricio Cano <suprnova32@gmail.com>2015-09-15 03:27:54 +0300
commitadcae6ebd597c731b22a748b882b668e6301763f (patch)
tree59043f6fb2146dbb5a445b10f54c6016f5544697 /app/models
parentab56718feb0e155ae889afe900a009594f8acfa1 (diff)
Notification level can now be saved from within the project view.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/notification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/notification.rb b/app/models/notification.rb
index 1395274173d..828378655ce 100644
--- a/app/models/notification.rb
+++ b/app/models/notification.rb
@@ -12,7 +12,7 @@ class Notification
class << self
def notification_levels
- [N_DISABLED, N_PARTICIPATING, N_WATCH, N_MENTION]
+ [N_DISABLED, N_MENTION, N_PARTICIPATING, N_WATCH]
end
def options_with_labels