Sha256: c500147e682adbb4d0e8339888c9c98212772ce82add602b17d6bc754bdbf04c

Contents?: true

Size: 785 Bytes

Versions: 2

Compression:

Stored size: 785 Bytes

Contents

<!doctype html>
%html
  %head
    %title= content_for(:title) || t('title')
    %meta{"http-equiv" => "x-ua-compatible", content: "ie=edge"}
    %meta{:name => "viewport", :content => "width=device-width, initial-scale=1.0, maximum-scale=1.0"}
    %meta{charset: "utf-8"}
    %meta{name: "description", content: (content_for(:page_description) || t('page_description'))}
    %meta{name: "robots", content: "index,follow,noodp"}
    %meta{name: "generator", content: "Exposition"}
    %meta{name: "subject", content: t('site_subject')}
    %base{href: request.base_url}
    = csrf_meta_tags
  %body
    %header
      %nav
        %h1= link_to t('title'), '/'
        %ul.menu
          %li= link_to 'Static Page', '#'
    = yield

    %footer
      .info
        %p= "By #{t('owner')}"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exposition-0.0.5.7.pre.alpha app/views/layouts/exposition/application.html.haml
exposition-0.0.5.6.pre.alpha app/views/layouts/exposition/application.html.haml