Files
mozo-backend/app/views/user/home.html.slim
T
2012-09-06 16:44:17 +02:00

10 lines
339 B
Plaintext

.home-panel
.home-header = image_tag 'logo.png'
.home-center
a href="#" onClick="QMobile.scanQr()" = image_tag 'scan-logo.png'
.home-footer
.home-footer-content
- if list_open?
= link_to 'P', user_list_products_path, class: 'home-menu-link'
= link_to 'L', user_active_list_path, class: 'home-list-link'