x
1
2
3
4
<div class="image-container "><a data-show-modal-title-value="Image popup" data-show-modal-size-value="modal-xl" data-controller="show-modal" data-turbo="true" data-turbo-frame="application_modal_content" data-action="click->show-modal#show" href="/ajax/images/show?url=empty-box.svg"><span class="loop_icon"><svg xmlns="http://www.w3.org/2000/svg" width="19" height="20" viewBox="0 0 19 20" fill="none"> <path d="M18.4547 18.883L12.7216 12.9207C14.141 11.5531 15.0266 9.6354 15.0266 7.51332C15.0266 3.37049 11.6562 0 7.51332 0C3.3704 0 0 3.3704 0 7.51332C0 11.6562 3.3704 15.0266 7.51332 15.0266C9.05891 15.0266 10.4968 14.5571 11.6926 13.7537L17.5039 19.7973C17.5654 19.8614 17.6392 19.9124 17.7209 19.9472C17.8026 19.982 17.8906 19.9999 17.9794 19.9998C18.1087 19.9998 18.2352 19.9617 18.3431 19.8904C18.451 19.819 18.5356 19.7175 18.5862 19.5985C18.6369 19.4795 18.6515 19.3482 18.6281 19.221C18.6047 19.0937 18.5444 18.9762 18.4547 18.883ZM1.31921 7.51332C1.31921 4.0979 4.0979 1.31921 7.51332 1.31921C10.9288 1.31921 13.7074 4.0979 13.7074 7.51332C13.7074 10.9288 10.9288 13.7074 7.51332 13.7074C4.0979 13.7074 1.31921 10.9288 1.31921 7.51332Z" fill="var(--gray-color)"></path> <path d="M10.877 6.85404H8.17284V4.14984C8.17284 3.78547 7.87761 3.49023 7.51324 3.49023C7.42662 3.49022 7.34084 3.50728 7.26081 3.54042C7.18078 3.57356 7.10806 3.62215 7.0468 3.6834C6.98555 3.74465 6.93697 3.81737 6.90382 3.8974C6.87068 3.97744 6.85362 4.06321 6.85364 4.14984V6.85404H4.14935C3.78498 6.85404 3.48975 7.14927 3.48975 7.51364C3.48975 7.878 3.78498 8.17324 4.14935 8.17324H6.85355V10.8775C6.85355 11.2419 7.14879 11.5371 7.51315 11.5371C7.87752 11.5371 8.17276 11.2419 8.17276 10.8775V8.17324H10.877C11.2413 8.17324 11.5366 7.878 11.5366 7.51364C11.5366 7.14927 11.2413 6.85404 10.877 6.85404Z" fill="var(--gray-color)"></path> </svg></span><img class="image-content" src="/assets/empty-box-4df43098161c2505b531f2680ad7d67ef9e0a052e3858b650bdf69671b1bdcdf.svg" /></a></div>
1
render Display::ImageComponent.new(src: "empty-box.svg", title: 'Image popup')
No notes provided.
No params configured.