We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Page should inherit layout from their parents by default.
_form_advanced_options.html.erb:
<% if @page.parent_id? %> <%= f.select(:layout_template, @valid_layout_templates, {:selected => @page.parent.layout_template}) %> <% else %> <%= f.select(:layout_template, @valid_layout_templates )%> <% end %>
Edit: Likewise for the page parent's view_template.
The text was updated successfully, but these errors were encountered:
Can you open a pull request?
Sorry, something went wrong.
For layout_template, sure. I'd just like to figure out view_template first (new to refinery :) ).
Done, pull request opened.
Fixed by #1581.
No branches or pull requests
Page should inherit layout from their parents by default.
_form_advanced_options.html.erb:
Edit: Likewise for the page parent's view_template.
The text was updated successfully, but these errors were encountered: