update for deploy
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
|
|
||||||
//BOOTSTRAP overrides
|
//BOOTSTRAP overrides
|
||||||
body
|
body
|
||||||
|
.main-content
|
||||||
|
h1, h2, h3, h4
|
||||||
|
color: #eee
|
||||||
a
|
a
|
||||||
color: white
|
color: white
|
||||||
&:hover
|
|
||||||
color: white
|
|
||||||
.table-hover
|
.table-hover
|
||||||
tbody
|
tbody
|
||||||
tr
|
tr
|
||||||
|
|||||||
@@ -11,7 +11,6 @@ html lang="en"
|
|||||||
/[if lt IE 9]
|
/[if lt IE 9]
|
||||||
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
|
= javascript_include_tag "http://html5shim.googlecode.com/svn/trunk/html5.js"
|
||||||
= stylesheet_link_tag "supplier/application", :media => "all"
|
= stylesheet_link_tag "supplier/application", :media => "all"
|
||||||
= stylesheet_link_tag "supplier/application", :media => "all"
|
|
||||||
link href="/images/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144"
|
link href="/images/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144"
|
||||||
link href="/images/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"
|
link href="/images/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"
|
||||||
link href="/images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"
|
link href="/images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"
|
||||||
@@ -50,7 +49,7 @@ html lang="en"
|
|||||||
li= link_to Table.model_name.human_plural, suppliers_tables_path
|
li= link_to Table.model_name.human_plural, suppliers_tables_path
|
||||||
li= link_to List.model_name.human_plural, suppliers_lists_path
|
li= link_to List.model_name.human_plural, suppliers_lists_path
|
||||||
.container
|
.container
|
||||||
.content
|
.content.main-content
|
||||||
- if flash[:alert].present?
|
- if flash[:alert].present?
|
||||||
.alert.alert-error
|
.alert.alert-error
|
||||||
a.close data-dismiss="alert" ×
|
a.close data-dismiss="alert" ×
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ html lang="en"
|
|||||||
.alert.alert-success
|
.alert.alert-success
|
||||||
a.close data-dismiss="alert" ×
|
a.close data-dismiss="alert" ×
|
||||||
div= flash[:notice]
|
div= flash[:notice]
|
||||||
.row
|
.row.main-content
|
||||||
.span9
|
.span9
|
||||||
= yield
|
= yield
|
||||||
.span3
|
.span3
|
||||||
|
|||||||
+2
-2
@@ -1,9 +1,9 @@
|
|||||||
$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
|
#$:.unshift(File.expand_path('./lib', ENV['rvm_path']))
|
||||||
require "bundler/capistrano"
|
require "bundler/capistrano"
|
||||||
load 'deploy/assets'
|
load 'deploy/assets'
|
||||||
|
|
||||||
# Load RVM's capistrano plugin.
|
# Load RVM's capistrano plugin.
|
||||||
require "rvm/capistrano"
|
#require "rvm/capistrano"
|
||||||
|
|
||||||
set :application, "qwaiter"
|
set :application, "qwaiter"
|
||||||
set :repository, "root@uflows.com:/var/git/qrammer_rails.git"
|
set :repository, "root@uflows.com:/var/git/qrammer_rails.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user