Sha256: a7577f87fb2750f70c567cdf1fc63fd0b8686506b3603e5fd4b08dd8b83ae5d2

Contents?: true

Size: 1.51 KB

Versions: 4

Compression:

Stored size: 1.51 KB

Contents

!!! 5
%html.no-js{:lang => "en"}
  %head
    %meta{:charset => "utf-8"}
    %title= "#{@page_title + ' - ' if @page_title}Concen - #{Concen.application_name}"
    %meta{:name => "description", :content => "Web application to control and monitor a website."}
    %meta{:name => "author", :content => "Steve Randy Tantra"}
    %meta{:name => "copyright", :content => "Copyright © 2011 by Steve Randy Tantra"}
    %meta{:name => "DC.title", :content => "#{@page_title + ' - ' if @page_title}Control Center - #{Concen.application_name}"}
    %meta{:name => "DC.subject", :content => "Control, Monitor, Center, Web Application"}
    %meta{:name => "DC.creator", :content => "Steve Randy Tantra"}
    %meta{:name => "viewport", :content => "width = 1024"}
    %meta{"http-equiv" => "X-UA-Compatible", :content => "IE=edge"}
    = csrf_meta_tag
    = stylesheet_link_tag "concen/application"
    - if content_for?(:head_stylesheets)
      = yield :head_stylesheets
    /[if lt IE 8]
      = stylesheet_link_tag "concen/ie"
    %script{:type => "text/javascript", :src => "http://use.typekit.com/#{Concen.typekit_id}.js"}
    %script{:type => "text/javascript"} try{Typekit.load();}catch(e){}
    = javascript_include_tag "concen/application"
    - if content_for?(:head_javascripts)
      = yield :head_javascripts
    - if content_for?(:head)
      = yield :head
  %body.concen
    = render "layouts/concen/header"
    = yield
    %footer.clearfix
      %p
        %span Created by
        = link_to "Steve Randy Tantra", "http://steverandytantra.com/"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
concen-0.2.4 app/views/layouts/concen/application.html.haml
concen-0.2.3 app/views/layouts/concen/application.html.haml
concen-0.2.2 app/views/layouts/concen/application.html.haml
concen-0.2.1 app/views/layouts/concen/application.html.haml