Files
mozo-backend/app/views/suppliers/tables/qr_codes.html.slim
T

4 lines
118 B
Plaintext

ul#qr-list
- for table in @tables
li= image_tag(url_for(table_qr_image_path(table_id: table.id, format: :svg)))