Make work on Fedora M1 and use faye on http for development
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
doctype html
|
||||
html lang="en"
|
||||
head
|
||||
meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1"
|
||||
meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi"
|
||||
title= application_title
|
||||
/ = stylesheet_link_tag 'obtain_token/application'
|
||||
/ = csrf_meta_tags
|
||||
body
|
||||
- if flash[:alert].present?
|
||||
.alert.alert-error
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:alert]
|
||||
- if flash[:notice].present?
|
||||
.alert.alert-success
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:notice]
|
||||
#obtain-token-container= yield
|
||||
@@ -1,13 +1,18 @@
|
||||
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 "user/foundation/application"
|
||||
= javascript_include_tag "vendor/modernizr"
|
||||
javascript:
|
||||
var Qstorage = localStorage;
|
||||
meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi"
|
||||
title= application_title
|
||||
/ = stylesheet_link_tag 'obtain_token/application'
|
||||
/ = csrf_meta_tags
|
||||
body
|
||||
= yield
|
||||
- if flash[:alert].present?
|
||||
.alert.alert-error
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:alert]
|
||||
- if flash[:notice].present?
|
||||
.alert.alert-success
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:notice]
|
||||
#obtain-token-container= yield
|
||||
|
||||
Reference in New Issue
Block a user