Commit c9cd8b77 authored by cp's avatar cp

fixed a frontal language selector

git-svn-id: http://svn.sp-service.com.ua/svnroot/svn/base_site/trunk@10 d975c5f9-4e99-4c31-b122-d878075b96d9
parent 9969cd51
<component name="InspectionProjectProfileManager"> <component name="InspectionProjectProfileManager">
<profile version="1.0"> <profile version="1.0">
<option name="myName" value="Project Default" /> <option name="myName" value="Project Default" />
<inspection_tool class="LoggerInitializedWithForeignClass" enabled="false" level="WARNING" enabled_by_default="false">
<option name="loggerClassName" value="org.apache.log4j.Logger,org.slf4j.LoggerFactory,org.apache.commons.logging.LogFactory,java.util.logging.Logger" />
<option name="loggerFactoryMethodName" value="getLogger,getLogger,getLog,getLogger" />
</inspection_tool>
<inspection_tool class="RailsParamDefResolve" enabled="true" level="WEAK WARNING" enabled_by_default="true" /> <inspection_tool class="RailsParamDefResolve" enabled="true" level="WEAK WARNING" enabled_by_default="true" />
<inspection_tool class="Rubocop" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="RubyInstanceMethodNamingConvention" enabled="true" level="WARNING" enabled_by_default="true"> <inspection_tool class="RubyInstanceMethodNamingConvention" enabled="true" level="WARNING" enabled_by_default="true">
<option name="m_maxLength" value="40" /> <option name="m_maxLength" value="40" />
</inspection_tool> </inspection_tool>
......
...@@ -14,6 +14,9 @@ require 'capistrano/bundler' ...@@ -14,6 +14,9 @@ require 'capistrano/bundler'
require 'capistrano/rails' require 'capistrano/rails'
require 'capistrano/faster_assets' require 'capistrano/faster_assets'
require 'capistrano/scm/svn'
install_plugin Capistrano::SCM::Svn
# Load custom tasks from `lib/capistrano/tasks` if you have any defined # Load custom tasks from `lib/capistrano/tasks` if you have any defined
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r } Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
......
...@@ -107,8 +107,10 @@ header ...@@ -107,8 +107,10 @@ header
color: $main color: $main
.dropdown-menu .dropdown-menu
right: 0
left: auto
text-align: center text-align: center
width: 100px !important min-width: 100px
padding: 5px 0 padding: 5px 0
.dropdown-menu>.active>a .dropdown-menu>.active>a
......
...@@ -4,7 +4,6 @@ lock '3.7.2' ...@@ -4,7 +4,6 @@ lock '3.7.2'
# DEPLOY # DEPLOY
set :application, 'base_site' set :application, 'base_site'
# set :deploy_to, '/var/www/amaox' # Default deploy_to directory is /var/www/my_app_name # set :deploy_to, '/var/www/amaox' # Default deploy_to directory is /var/www/my_app_name
set :scm, :svn
set :repo_url, 'http://svn.sp-service.com.ua/svnroot/svn/base_site/trunk' set :repo_url, 'http://svn.sp-service.com.ua/svnroot/svn/base_site/trunk'
# set :format, :pretty # Default value for :format is :pretty # set :format, :pretty # Default value for :format is :pretty
# set :log_level, :debug # Default value for :log_level is :debug # set :log_level, :debug # Default value for :log_level is :debug
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment