[issue #443] Changed tour routes. Fixed submenu position.
This commit is contained in:
parent
a048509426
commit
cada9f6e51
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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']
|
||||||
|
|
Loading…
Reference in New Issue