diff --git a/app/decorators/type_de_piece_justificative_decorator.rb b/app/decorators/type_de_piece_justificative_decorator.rb index 284c1b854..799f42907 100644 --- a/app/decorators/type_de_piece_justificative_decorator.rb +++ b/app/decorators/type_de_piece_justificative_decorator.rb @@ -1,4 +1,3 @@ - class TypeDePieceJustificativeDecorator < Draper::Decorator delegate_all def button_up params diff --git a/app/views/admin/procedures/_informations.html.haml b/app/views/admin/procedures/_informations.html.haml index 98abc8a32..976275d40 100644 --- a/app/views/admin/procedures/_informations.html.haml +++ b/app/views/admin/procedures/_informations.html.haml @@ -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 diff --git a/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml b/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml index 8a05145b8..fe18dc18d 100644 --- a/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml +++ b/app/views/layouts/left_panels/_left_panel_admin_procedurescontroller_navbar.html.haml @@ -1,4 +1,3 @@ - %div#first-block %div.en-cours -unless @procedure.logo.blank? diff --git a/app/views/users/description/_pieces_justificatives.html.haml b/app/views/users/description/_pieces_justificatives.html.haml index 5dce35c68..c7905af28 100644 --- a/app/views/users/description/_pieces_justificatives.html.haml +++ b/app/views/users/description/_pieces_justificatives.html.haml @@ -1,4 +1,3 @@ - %table.table - if dossier.procedure.cerfa_flag %tr diff --git a/config/database.yml b/config/database.yml index 00832cfbc..76a34a338 100644 --- a/config/database.yml +++ b/config/database.yml @@ -1,4 +1,3 @@ - development: adapter: postgresql encoding: unicode diff --git a/spec/decorators/type_de_champ_decorator_spec.rb b/spec/decorators/type_de_champ_decorator_spec.rb index dd5d75307..88779c782 100644 --- a/spec/decorators/type_de_champ_decorator_spec.rb +++ b/spec/decorators/type_de_champ_decorator_spec.rb @@ -1,4 +1,3 @@ - require 'spec_helper' describe TypeDeChampDecorator do diff --git a/spec/support/controller_helpers.rb b/spec/support/controller_helpers.rb index 97f2a814b..de422d081 100644 --- a/spec/support/controller_helpers.rb +++ b/spec/support/controller_helpers.rb @@ -1,4 +1,3 @@ - RSpec.configure do |config| # config.include Devise::TestHelpers, type: :controller end