All CSS declarations must end with a semi-colon
This commit is contained in:
parent
3797015908
commit
9c04d3ff93
39 changed files with 75 additions and 76 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue