Files
mozo-backend/app/views/dashboard/select_qrcode.html.slim
T

5 lines
246 B
Plaintext

.page-header= title 'Select Qr code'
ul#qr-list
- for table in @tables
li= link_to_function image_tag(url_for(table_qr_image_path(table_id: table.id, format: :svg)), class: 'qr-image'), %|Quser.actions_for_table({table_id: '#{table.id}'})|