Files should not start with a new line
This commit is contained in:
parent
87ab2ba9eb
commit
15802b18ea
7 changed files with 0 additions and 7 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
class TypeDePieceJustificativeDecorator < Draper::Decorator
|
||||
delegate_all
|
||||
def button_up params
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
- if @procedure.locked?
|
||||
.alert.alert-info
|
||||
Cette procédure est publiée, certains éléments de la description ne sont plus modifiables
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
%div#first-block
|
||||
%div.en-cours
|
||||
-unless @procedure.logo.blank?
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
%table.table
|
||||
- if dossier.procedure.cerfa_flag
|
||||
%tr
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
development:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
require 'spec_helper'
|
||||
|
||||
describe TypeDeChampDecorator do
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
RSpec.configure do |config|
|
||||
# config.include Devise::TestHelpers, type: :controller
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue