Files
mozo-backend/app/views/suppliers/tables/qr_codes.html.slim
T
2015-03-05 12:24:45 +01:00

8 lines
245 B
Plaintext

- if @tables.any?
ul#qr-list
- for table in @tables
li= image_tag(url_for(table_qr_image_path(table_id: table.id, format: :svg)))
- else
h3= t('supplier.table.add_tables_first.title')
p= t('supplier.table.add_tables_first.body')