Files should end with a single new line

This commit is contained in:
gregoirenovel 2017-04-04 15:22:55 +02:00
parent d5e7bbd80d
commit d1e463b7ab
24 changed files with 0 additions and 32 deletions

View file

@ -20,4 +20,3 @@
} }
} }
} }

View file

@ -89,6 +89,3 @@
%p.help-block %p.help-block
%i.fa.fa-info-circle %i.fa.fa-info-circle
L'archivage automatique de la procédure entrainera le passage en instruction de tous les dossiers en construction. L'archivage automatique de la procédure entrainera le passage en instruction de tous les dossiers en construction.

View file

@ -46,5 +46,3 @@
= link_to("", @types_de_champ_facade.delete_url(ff), method: :delete, remote: true, id: "delete_type_de_champ_#{ff.object.id}", class: %w(form-control btn btn-danger fa fa-trash-o) ) = link_to("", @types_de_champ_facade.delete_url(ff), method: :delete, remote: true, id: "delete_type_de_champ_#{ff.object.id}", class: %w(form-control btn btn-danger fa fa-trash-o) )
%div{ style: 'background-color: rgb(204, 204, 204); height: 1px; margin: 30px auto;' } %div{ style: 'background-color: rgb(204, 204, 204); height: 1px; margin: 30px auto;' }

View file

@ -11,5 +11,3 @@
= follower.email = follower.email
- else - else
Aucune personne ne suit ce dossier Aucune personne ne suit ce dossier

View file

@ -44,4 +44,3 @@
= columns.second[:libelle] = columns.second[:libelle]
%button.btn.btn-default.btn-xs{type: :submit, id: "add_pref_list_#{columns.second[:table]}_#{columns.second[:attr]}"} %button.btn.btn-default.btn-xs{type: :submit, id: "add_pref_list_#{columns.second[:table]}_#{columns.second[:attr]}"}
%i.fa.fa-plus %i.fa.fa-plus

View file

@ -14,4 +14,3 @@
dossiers dossiers
%div.body %div.body
= smart_listing_render :search = smart_listing_render :search

View file

@ -20,4 +20,3 @@
- else - else
%h4.text-primary %h4.text-primary
Pas de fichier dans le flux de commentaires. Pas de fichier dans le flux de commentaires.

View file

@ -57,4 +57,3 @@
%div.col-xs-12.split-hr %div.col-xs-12.split-hr
- unless @facade.entreprise.rna_information.nil? - unless @facade.entreprise.rna_information.nil?
= render partial: '/dossiers/infos_rna' = render partial: '/dossiers/infos_rna'

View file

@ -20,4 +20,3 @@
%dt Capital déclaration : %dt Capital déclaration :
%dd= @facade.entreprise.rna_information.date_declaration %dd= @facade.entreprise.rna_information.date_declaration

View file

@ -15,4 +15,3 @@
= form_tag invites_dossier_path(dossier_id: @facade.dossier.id), method: :post, class: 'form-inline' do = form_tag invites_dossier_path(dossier_id: @facade.dossier.id), method: :post, class: 'form-inline' do
= text_field_tag :email, '', class: 'form-control', placeholder: 'Envoyer une invitation' = text_field_tag :email, '', class: 'form-control', placeholder: 'Envoyer une invitation'
= submit_tag 'Ajouter', class: 'btn btn-success', id: 'send-invitation', data: {confirm: "Envoyer l'invitation ?"} = submit_tag 'Ajouter', class: 'btn btn-success', id: 'send-invitation', data: {confirm: "Envoyer l'invitation ?"}

View file

@ -1,2 +1 @@
<%= link_to "Mot de passe oublié ?", new_password_path(resource_name) %><br /> <%= link_to "Mot de passe oublié ?", new_password_path(resource_name) %><br />

View file

@ -6,4 +6,3 @@
Votre version d'Internet Explorer est trop ancienne pour être utilisée sur le service TPS. Version minimum : Internet Explorer 10 Votre version d'Internet Explorer est trop ancienne pour être utilisée sur le service TPS. Version minimum : Internet Explorer 10
="<![endif]-->".html_safe ="<![endif]-->".html_safe

View file

@ -1,2 +1 @@
= render partial: 'layouts/left_panels/left_panel_backoffice_dossierscontroller_index' = render partial: 'layouts/left_panels/left_panel_backoffice_dossierscontroller_index'

View file

@ -51,4 +51,3 @@
%div.procedure_list_element %div.procedure_list_element
%div.procedure_list_element %div.procedure_list_element

View file

@ -85,5 +85,3 @@
= link_to 'Demander un accès administrateur', 'https://tps.apientreprise.fr/users/dossiers/new?procedure_id=31', {class: 'btn btn-lg background-tps', target: '_blank'} = link_to 'Demander un accès administrateur', 'https://tps.apientreprise.fr/users/dossiers/new?procedure_id=31', {class: 'btn btn-lg background-tps', target: '_blank'}
.split-hr-left .split-hr-left

View file

@ -10,4 +10,3 @@
#cadastre.list #cadastre.list
%h3.text-warning Cadastres %h3.text-warning Cadastres
%ul %ul

View file

@ -25,6 +25,3 @@
- if @user.email != DemoEmails[:gestionnaire] && @user.email != DemoEmails[:admin] - if @user.email != DemoEmails[:gestionnaire] && @user.email != DemoEmails[:admin]
= render "users/shared/links" = render "users/shared/links"

View file

@ -1,4 +1,3 @@
.container.center#users_siret_index .container.center#users_siret_index
.row .row
= render partial: 'pro' = render partial: 'pro'

View file

@ -4,4 +4,3 @@ Sidekiq.configure_server do |config|
schedule_file = "config/schedule.yml" schedule_file = "config/schedule.yml"
Sidekiq::Cron::Job.load_from_hash YAML.load_file(schedule_file) Sidekiq::Cron::Job.load_from_hash YAML.load_file(schedule_file)
end end

View file

@ -30,4 +30,3 @@ fr:
blank: 'doit être rempli' blank: 'doit être rempli'
date_previsionnelle: date_previsionnelle:
blank: 'doit être remplie' blank: 'doit être remplie'

View file

@ -15,5 +15,3 @@ fr:
blank: 'doit être rempli' blank: 'doit être rempli'
birthdate: birthdate:
blank: 'doit être rempli' blank: 'doit être rempli'

View file

@ -28,4 +28,3 @@ describe UsersController, type: :controller do
end end
end end
end end

View file

@ -6,4 +6,3 @@ describe TypeDeChamp do
it_should_behave_like "type_de_champ_spec" it_should_behave_like "type_de_champ_spec"
end end

View file

@ -147,4 +147,3 @@ var franceConnectKit = {};
} }
}, false); }, false);
})(this); })(this);