Enable Style/WordArray
This commit is contained in:
parent
d1439f8a52
commit
6eeba14885
19 changed files with 23 additions and 22 deletions
|
@ -28,7 +28,7 @@ class TypeDeChampDecorator < Draper::Decorator
|
|||
end
|
||||
|
||||
def base_classes
|
||||
%w(btn btn-default form-control fa)
|
||||
['btn', 'btn-default', 'form-control', 'fa']
|
||||
end
|
||||
|
||||
def display_up_button?(index, private)
|
||||
|
|
|
@ -23,7 +23,7 @@ class TypeDePieceJustificativeDecorator < Draper::Decorator
|
|||
end
|
||||
|
||||
def base_classes
|
||||
%w(btn btn-default form-control fa)
|
||||
['btn', 'btn-default', 'form-control', 'fa']
|
||||
end
|
||||
|
||||
def display_up_button?(index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue