end of day commit
This commit is contained in:
@@ -18,7 +18,10 @@ html lang="en"
|
||||
link href="images/apple-touch-icon.png" rel="apple-touch-icon-precomposed"
|
||||
link href="images/favicon.ico" rel="shortcut icon"
|
||||
javascript:
|
||||
var active_list_id = #{session[:active_list_id] ? "'#{session[:active_list_id]}'" : 'null'};
|
||||
// Dummy holder when Qmobile object is not supplied by the mobile phone
|
||||
var QMobile = {
|
||||
scanQr: function(){window.location = '/select_qrcode'}
|
||||
}
|
||||
|
||||
body
|
||||
.navbar.navbar-fixed-top
|
||||
@@ -31,8 +34,6 @@ html lang="en"
|
||||
a.brand href=user_root_path = application_title
|
||||
.container.nav-collapse
|
||||
ul.nav#top-navigation-list
|
||||
- if list_open?
|
||||
li= link_to 'Move table', '#'
|
||||
li= link_to 'View history', user_list_history_path
|
||||
|
||||
.container
|
||||
|
||||
Reference in New Issue
Block a user