The home page is now /stream
This commit is contained in:
parent
a91c7faffe
commit
81476b79ca
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ module NavigationHelpers
|
||||||
def path_to(page_name)
|
def path_to(page_name)
|
||||||
case page_name
|
case page_name
|
||||||
when /^the home(?: )?page$/
|
when /^the home(?: )?page$/
|
||||||
root_path
|
multi_path
|
||||||
when /^step (\d)$/
|
when /^step (\d)$/
|
||||||
if $1.to_i == 1
|
if $1.to_i == 1
|
||||||
getting_started_path
|
getting_started_path
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue