Skip to content
Snippets Groups Projects
Commit 0d969e97 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 2aaa8509
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ class Admin::Communication::Websites::PagesController < Admin::Communication::We
through: :website
def index
@homepage = @website.pages.home.first
@homepage = @website.special_page(Communication::Website::Page::Home)
@first_level_pages = @homepage.children.ordered
breadcrumb
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment