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

fix special pages

parent 51b1e9a2
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,10 @@ class Communication::Website::Page::EducationProgram < Communication::Website::P
true
end
def full_width
true
end
protected
def current_git_path
......
......@@ -41,10 +41,6 @@
#
class Communication::Website::Page::Home < Communication::Website::Page
def editable_width?
false
end
def full_width_by_default?
true
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