From cce0b299b77a7e1cd07ca80b0cd2a459f2b9ca9d Mon Sep 17 00:00:00 2001 From: kaizheng <18763216000@163.com> Date: Tue, 27 Aug 2013 22:23:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.rb | 4 ++-- public/themes/redpenny-master/stylesheets/application.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/routes.rb b/config/routes.rb index 1a3da63ac..ebf2ead7f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -80,7 +80,7 @@ RedmineApp::Application.routes.draw do #added by young resources :users do member do - match 'user_projects', :to => 'users#user_projects', :via => :get, :as => "projects" + match 'user_projects', :to => 'users#user_projects', :via => :get match 'user_activities', :to => 'users#show', :via => :get, :as => "user_activities" match 'user_newfeedback', :to => 'users#user_newfeedback', :via => :get, :as => "user_newfeedback" match 'watch_calls', :controller => 'users', :action => 'watch_bids', :via => [:get , :post] @@ -90,7 +90,7 @@ RedmineApp::Application.routes.draw do end end match 'users/:id/user_newfeedback', :to => 'users#user_newfeedback', :via => :get, :as => "feedback" - match 'users/:id/user_projects', :controller => 'users', :action => 'user_projects', :via => :get, :as => "projects" + match 'users/:id/user_projects', :controller => 'users', :action => 'user_projects', :via => :get #end match 'my/account', :controller => 'my', :action => 'account', :via => [:get, :post] match 'my/account/destroy', :controller => 'my', :action => 'destroy', :via => [:get, :post] diff --git a/public/themes/redpenny-master/stylesheets/application.css b/public/themes/redpenny-master/stylesheets/application.css index 17e4293ae..9a85c0757 100644 --- a/public/themes/redpenny-master/stylesheets/application.css +++ b/public/themes/redpenny-master/stylesheets/application.css @@ -367,7 +367,7 @@ ul.projects li.root { background-color:#fff; /*顶层导航颜色*/ color: #fff; - font-size:16px; + font-size:15px; font-family: 微软雅黑; position:relative; padding:0;