Sha256: d74c38912e20f6abfcd8b4e04be03253544bef00bd756ded7b14b907e4bab56c

Contents?: true

Size: 665 Bytes

Versions: 4

Compression:

Stored size: 665 Bytes

Contents

!!! 5
%html
  %head
    %title Nodes
    = stylesheet_link_tag 'nodes/nodes'
    = javascript_include_tag 'nodes/nodes'
    = csrf_meta_tags
    %link{:rel => 'icon', :href => image_path('nodes/favicon.ico'), :type => 'image/ico'}

  %body
    .flash
      - if flash[:notice]
        #notice= flash[:notice]
      - if flash[:alert]
        #alert= flash[:alert]

    -#%div{style: 'position:relative;height:0;padding-bottom:80.21%'}
      %iframe{ src: "https://www.youtube.com/embed/2Oy2LVaGPGE?ecver=2",
        style: "position:absolute;width:100%;height:100%;left:0",
        width: "449", height: "360", frameborder: "0", allowfullscreen: :true}

    = yield

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
nodes-0.2.8 app/views/layouts/nodes/application.haml
nodes-0.2.7 app/views/layouts/nodes/application.haml
nodes-0.2.6 app/views/layouts/nodes/application.haml
nodes-0.2.5 app/views/layouts/nodes/application.haml