[refs #630] swap tour conten for porject and build pages
This commit is contained in:
parent
ff20c0b199
commit
ec32cf7fa0
|
@ -9,11 +9,11 @@ class PagesController < ApplicationController
|
|||
|
||||
def tour_inside
|
||||
@entries = case params[:id]
|
||||
when 'projects'
|
||||
when 'builds'
|
||||
%w(repo builds monitoring)
|
||||
when 'sources'
|
||||
%w(source history annotation edit)
|
||||
when 'builds'
|
||||
when 'projects'
|
||||
%w(control git tracker)
|
||||
end
|
||||
render "pages/tour/tour-inside", :layout => 'tour'
|
||||
|
|
Loading…
Reference in New Issue