Files should not start with a new line

This commit is contained in:
gregoirenovel 2017-04-04 15:17:30 +02:00
parent 87ab2ba9eb
commit 15802b18ea
7 changed files with 0 additions and 7 deletions

View file

@ -1,4 +1,3 @@
class TypeDePieceJustificativeDecorator < Draper::Decorator
delegate_all
def button_up params

View file

@ -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

View file

@ -1,4 +1,3 @@
%div#first-block
%div.en-cours
-unless @procedure.logo.blank?

View file

@ -1,4 +1,3 @@
%table.table
- if dossier.procedure.cerfa_flag
%tr

View file

@ -1,4 +1,3 @@
development:
adapter: postgresql
encoding: unicode

View file

@ -1,4 +1,3 @@
require 'spec_helper'
describe TypeDeChampDecorator do

View file

@ -1,4 +1,3 @@
RSpec.configure do |config|
# config.include Devise::TestHelpers, type: :controller
end