update for deploy
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
|
||||
//BOOTSTRAP overrides
|
||||
body
|
||||
.main-content
|
||||
h1, h2, h3, h4
|
||||
color: #eee
|
||||
a
|
||||
color: white
|
||||
&:hover
|
||||
color: white
|
||||
.table-hover
|
||||
tbody
|
||||
tr
|
||||
|
||||
@@ -11,7 +11,6 @@ html lang="en"
|
||||
/[if lt IE 9]
|
||||
= 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"
|
||||
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-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 List.model_name.human_plural, suppliers_lists_path
|
||||
.container
|
||||
.content
|
||||
.content.main-content
|
||||
- if flash[:alert].present?
|
||||
.alert.alert-error
|
||||
a.close data-dismiss="alert" ×
|
||||
|
||||
@@ -42,7 +42,7 @@ html lang="en"
|
||||
.alert.alert-success
|
||||
a.close data-dismiss="alert" ×
|
||||
div= flash[:notice]
|
||||
.row
|
||||
.row.main-content
|
||||
.span9
|
||||
= yield
|
||||
.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"
|
||||
load 'deploy/assets'
|
||||
|
||||
# Load RVM's capistrano plugin.
|
||||
require "rvm/capistrano"
|
||||
#require "rvm/capistrano"
|
||||
|
||||
set :application, "qwaiter"
|
||||
set :repository, "root@uflows.com:/var/git/qrammer_rails.git"
|
||||
|
||||
Reference in New Issue
Block a user