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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-27 12:09:01 +0300
commitc72e5ebe9938d315ec598197873e71a80168d40a (patch)
tree439bf5c40aaf774e5a301825af517cb52726f450 /app/models
parentffc43b862df32a590eae874bcbb11109b46dc8be (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models')
-rw-r--r--app/models/label.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/models/label.rb b/app/models/label.rb
index 632207701d8..106d26685d4 100644
--- a/app/models/label.rb
+++ b/app/models/label.rb
@@ -202,10 +202,6 @@ class Label < ApplicationRecord
priorities.present?
end
- def template?
- template
- end
-
def color
super || DEFAULT_COLOR
end