5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 15:36:22 +00:00
panel/app/views/bootstrap/_responsive.haml
2024-05-24 13:09:52 -03:00

4 lines
140 B
Text

- local_assigns[:ratio] ||= '1by1'
.embed-responsive{ class: "embed-responsive-#{local_assigns[:ratio]}" }
.embed-responsive-item= yield