Sha256: ac69e2c8483b70a686e90444663577b193df6284d0a78c1922fc9adfc0e46574

Contents?: true

Size: 1.17 KB

Versions: 23

Compression:

Stored size: 1.17 KB

Contents

!!! 5
%html{:lang => "en", "ng-app" => "artfully"}
  %head
    %title= "#{yield :title} : #{t 'artfully.page_title'}"
    :plain
      <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
      <link href='http://fonts.googleapis.com/css?family=Sanchez' rel='stylesheet' type='text/css'>
    = favicon_link_tag
    = stylesheet_link_tag "bootstrap", :media => :all
    = stylesheet_link_tag "application"
    = stylesheet_link_tag :printing, :media => :print
    = render 'layouts/custom_css_includes'
    = csrf_meta_tag
    = render :partial => 'layouts/google_analytics'
  %body{'data-controller' => controller.controller_path, 'data-action' => controller.action_name}
    = render :partial => 'layouts/menu'
    .container
      #heading= yield :header
      = render :partial => 'layouts/flash', :locals => { :flash => flash }
      - flash.discard
      = content_for?(:menu_sub_template) ? yield(:menu_sub_template) : yield
      = render 'layouts/footer'

    = javascript_include_tag 'application'
    = render 'layouts/custom_js_includes'
    = yield :custom_js
    = render :partial => "shared/preload_assets"
    #footnotes_holder

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
artfully_ose-1.2.0 app/views/layouts/application.html.haml
artfully_ose-1.2.0.beta.1 app/views/layouts/application.html.haml
artfully_ose-1.2.0.alpha.2 app/views/layouts/application.html.haml
artfully_ose-1.2.0.alpha.1 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.27 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.26 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.24 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.23 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.21 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.20 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.19 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.18 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.17 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.16 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.15 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.12 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.11 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.10 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.9 app/views/layouts/application.html.haml
artfully_ose-1.2.0.pre.8 app/views/layouts/application.html.haml