From 4ac907ee77784006b32a6c918792d3a82a0bb5c8 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Thu, 2 Jun 2016 18:42:13 -0500 Subject: [PATCH] typo --- app/models/label.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/label.rb b/app/models/label.rb index e4fc4f251d8..aed74d0bde1 100644 --- a/app/models/label.rb +++ b/app/models/label.rb @@ -33,7 +33,7 @@ class Label < ActiveRecord::Base scope :templates, -> { where(template: true) } def self.prioritized - where.not(priority: nil).reorder(Gitlab::Database.nulls_last_order(:priority), :title) + where.not(priority: nil).reorder(Gitlab::Database.nulls_last_order(:priority), :title) end def self.unprioritized