User foundation setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
doctype html
|
||||
html lang="en"
|
||||
head
|
||||
meta charset="utf-8"
|
||||
meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
|
||||
meta name="viewport" content="width=device-width, initial-scale=1.0"
|
||||
title Qwaiter
|
||||
/= stylesheet_link_tag "waiter/application", media: "all"
|
||||
= stylesheet_link_tag "waiter/application"
|
||||
= javascript_include_tag "vendor/modernizr"
|
||||
= javascript_include_tag "waiter/application"
|
||||
body
|
||||
#ember-app-container
|
||||
@@ -2,5 +2,5 @@
|
||||
span
|
||||
nav.pagination
|
||||
ul#list-history-container
|
||||
script#list-history-template[type="text/html"]= mustache_template 'list-history'
|
||||
script#list-history-template[type="text/html"]= mustache_template 'list_history'
|
||||
- onload_javascript "Qstorage.page = 1; Quser.load_list_history()"
|
||||
|
||||
Reference in New Issue
Block a user