Preparing 591 for merge. Restyled issues & merge requests. Fixed issue edit.
This commit is contained in:
parent
b1d89f732c
commit
8652cd8989
9 changed files with 79 additions and 89 deletions
|
@ -26,7 +26,6 @@ class Issue < ActiveRecord::Base
|
|||
:length => { :within => 0..255 }
|
||||
|
||||
validates :description,
|
||||
:presence => true,
|
||||
:length => { :within => 0..2000 }
|
||||
|
||||
scope :critical, where(:critical => true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue