All CSS declarations must end with a semi-colon

This commit is contained in:
gregoirenovel 2017-04-06 19:58:11 +02:00
parent 3797015908
commit 9c04d3ff93
39 changed files with 75 additions and 76 deletions

View file

@ -1,3 +1,3 @@
%div{ style: 'float: right' }
%div{ style: 'float: right;' }
%a.btn{ href: "/users/dossiers/#{@dossier.id}/recapitulatif" } Retour
= submit_tag 'Modification terminée', class: %w(btn btn btn-info), id: 'modification_terminee', data: { disable_with: 'Modification terminée', submit: true }