Sha256: 69cd37043c3b6ba18864c3d7ed88b6644d81e3010d9ade9e98b7edeb23a5b5c1

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 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
      .notice= flash[:notice]
      .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

1 entries across 1 versions & 1 rubygems

Version Path
nodes-0.2.4 app/views/layouts/nodes/application.haml