[issue #443] Changed tour routes. Fixed submenu position.

This commit is contained in:
George Vinogradov 2012-05-12 01:05:48 +04:00
parent a048509426
commit cada9f6e51
2 changed files with 2 additions and 2 deletions

View File

@ -2460,7 +2460,7 @@ header.tour {
} }
div.sub-menu.tour { div.sub-menu.tour {
padding-top: 10px; padding: 10px 0 0 0;
height: 35px; height: 35px;
text-align: center; text-align: center;
} }

View File

@ -9,7 +9,7 @@ Rosa::Application.routes.draw do
get '/forbidden' => 'pages#forbidden', :as => 'forbidden' get '/forbidden' => 'pages#forbidden', :as => 'forbidden'
get '/terms-of-service' => 'pages#tos', :as => 'tos' get '/terms-of-service' => 'pages#tos', :as => 'tos'
get '/tour/inside/:id' => 'pages#tour_inside', :as => 'tour_inside', :id => /projects|sources|builds/ get '/tour/:id' => 'pages#tour_inside', :as => 'tour_inside', :id => /projects|sources|builds/
get '/activity_feeds.:format' => 'activity_feeds#index', :as => 'atom_activity_feeds', :format => /atom/ get '/activity_feeds.:format' => 'activity_feeds#index', :as => 'atom_activity_feeds', :format => /atom/
if APP_CONFIG['anonymous_access'] if APP_CONFIG['anonymous_access']