unnecessary %div deleted
unnecessary %div deleted from haml files as div is the default
This commit is contained in:
parent
92e9043a57
commit
c1ce420c5d
3 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@
|
|||
%a{ href: '#', data: { toggle: 'modal', target: "#modal_#{sponsor.id}" } }
|
||||
= image_tag get_logo(sponsor), class: "img-responsive img-sponsor img-sponsor-#{sponsorship_level.position}"
|
||||
|
||||
%div.modal.fade{ id: "modal_#{sponsor.id}" }
|
||||
.modal.fade{ id: "modal_#{sponsor.id}" }
|
||||
.modal-dialog
|
||||
.modal-content
|
||||
.modal-header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue