Files
mozo-backend/app/views/dashboard/select_qrcode.html.slim
T
2012-08-27 15:46:18 +02:00

5 lines
200 B
Plaintext

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