Sha256: 409a9320bf71b8dd3fc4e940158edcedc2e57a39988350bd13ac9650c22cc37a

Contents?: true

Size: 729 Bytes

Versions: 10

Compression:

Stored size: 729 Bytes

Contents

!!!
%html{:xmlns => "http://www.w3.org/1999/xhtml", "xml:lang" => "en", :lang => "en"}
  %head
    %title= "#{yield :title} : Artful.ly"
    %link{ :rel => "shortcut icon", :href => "/favicon.ico", :type => "image/x-icon"}

    = stylesheet_link_tag :bootstrap, :media => :screen
    = stylesheet_link_tag :application, :media => :screen
    = csrf_meta_tag
    = render :partial => 'layouts/google_analytics'
  %body
    .container
      = render :partial => 'layouts/devise_menu'
      .row
        #content.span6.offset3
          = render :partial => 'layouts/flash', :locals => { :flash => flash }
          - flash.discard
          = yield
    = javascript_include_tag :application
    = javascript_include_tag :bootstrap

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.4 app/views/layouts/devise_layout.html.haml
artfully_ose-1.2.0.pre.3 app/views/layouts/devise_layout.html.haml
artfully_ose-1.2.0.pre.2 app/views/layouts/devise_layout.html.haml
artfully_ose-1.2.0.pre.1 app/views/layouts/devise_layout.html.haml
artfully_ose-1.2.0.pre app/views/layouts/devise_layout.html.haml
artfully_ose-1.1.0 app/views/layouts/devise_layout.html.haml
artfully_ose-1.1.0.rc2 app/views/layouts/devise_layout.html.haml
artfully_ose-1.1.0.rc1 app/views/layouts/devise_layout.html.haml
artfully_ose-1.0.0.rc4 app/views/layouts/devise.html.haml
artfully_ose-1.0.0.rc3 app/views/layouts/devise.html.haml