about summary refs log tree commit diff
path: root/app/views/layouts/public.html.haml
blob: 2234df2250d52446898483451c18a98aca8c69c2 (plain) (blame)
1
2
3
4
5
6
- content_for :content do
  .container= yield
  .footer
    .domain= Rails.configuration.x.local_domain

= render template: "layouts/application"