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

@ -6,13 +6,13 @@
- @gestionnaires.each do |gestionnaire|
%tr
%td{ style: 'padding-top: 11px; font-size: 15px' }= gestionnaire.email
%td{ style: 'text-align: right' }
%td{ style: 'padding-top: 11px; font-size: 15px;' }= gestionnaire.email
%td{ style: 'text-align: right;' }
.delete.btn.btn-sm.fa.fa-trash
.confirm
= link_to 'Valider', admin_gestionnaire_path(id: gestionnaire.id), { method: :delete, class: 'btn btn-sm btn-success' }
.cancel.btn.btn-sm.btn-danger.fa.fa-minus{ style: 'top: 0' }
.cancel.btn.btn-sm.btn-danger.fa.fa-minus{ style: 'top: 0;' }
= smart_listing.paginate
= smart_listing.pagination_per_page_links

View file

@ -16,4 +16,4 @@
.col-xs-2
%br
%br
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left'
= f.submit 'Valider', class: 'btn btn-info', style: 'float: left;'