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
|
class TypeDePieceJustificativeDecorator < Draper::Decorator
|
||||||
delegate_all
|
delegate_all
|
||||||
def button_up params
|
def button_up params
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
- if @procedure.locked?
|
- if @procedure.locked?
|
||||||
.alert.alert-info
|
.alert.alert-info
|
||||||
Cette procédure est publiée, certains éléments de la description ne sont plus modifiables
|
Cette procédure est publiée, certains éléments de la description ne sont plus modifiables
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
%div#first-block
|
%div#first-block
|
||||||
%div.en-cours
|
%div.en-cours
|
||||||
-unless @procedure.logo.blank?
|
-unless @procedure.logo.blank?
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
%table.table
|
%table.table
|
||||||
- if dossier.procedure.cerfa_flag
|
- if dossier.procedure.cerfa_flag
|
||||||
%tr
|
%tr
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
development:
|
development:
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
require 'spec_helper'
|
require 'spec_helper'
|
||||||
|
|
||||||
describe TypeDeChampDecorator do
|
describe TypeDeChampDecorator do
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
RSpec.configure do |config|
|
RSpec.configure do |config|
|
||||||
# config.include Devise::TestHelpers, type: :controller
|
# config.include Devise::TestHelpers, type: :controller
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue