Sha256: 732a47bfd1424819b81f6d03a16e0a2dea073e178888f468fa43b835f42a101b

Contents?: true

Size: 653 Bytes

Versions: 3

Compression:

Stored size: 653 Bytes

Contents

%html

  %head
    %meta{ :charset => "utf-8" }
    %meta{ :name => "viewport", :content => "width=device-width, initial-scale=1.0" }
    %link{ :rel => "stylesheet", :href => "/foundation-5.2.2/css/foundation.css" }
    %link{ :rel => "stylesheet", :href => "/css/server.css" }
    %script{ :src => "/foundation-5.2.2/js/vendor/modernizr.js" }

    %title<
      - case 
      - when @world
        = @world.name
      - when @location
        = @location.name

  %body

    = yield

    %script{ :src => "/foundation-5.2.2/js/vendor/jquery.js" }
    %script{ :src => "/foundation-5.2.2/js/foundation.min.js" }
    %script{ :src => "/js/server.js" }


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
woyo-server-0.0.8 views/server/layout.haml
woyo-server-0.0.7 views/server/layout.haml
woyo-server-0.0.6 views/server/layout.haml