Refactor for mobile deployment
This commit is contained in:
@@ -4,7 +4,7 @@ header.top-menu
|
||||
.menu-content
|
||||
section.main-buttons
|
||||
link-to 'index'
|
||||
= image_tag 'icons/logo-small.png'
|
||||
= image_tag 'user/logo-small.png'
|
||||
if list.id
|
||||
App.MenuItemView route="active_list"
|
||||
App.MenuItemView route='table' route_param=list.table.id
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.home-panel
|
||||
.home-header= image_tag 'logo.png' width=100 height=115 alt="Logo"
|
||||
.home-header= image_tag 'user/logo.png' width=100 height=115 alt="Logo"
|
||||
.home-center
|
||||
a{ action "scanQr" } href="#"= image_tag 'scan-logo.png' width=148 height=177 alt="Scan"
|
||||
a{ action "scanQr" } href="#"= image_tag 'user/scan-logo.png' width=148 height=177 alt="Scan"
|
||||
.home-footer
|
||||
.home-footer-content
|
||||
|
||||
Reference in New Issue
Block a user