Sha256: 625d619bd118a462d8408e835662c4545819c168d009de14c2fdd75bad3fa48e

Contents?: true

Size: 577 Bytes

Versions: 2

Compression:

Stored size: 577 Bytes

Contents

!!! 5
%html{:lang => "en"}
  %head
    %meta{:charset => "utf-8"}/
    %title= content_for?(:title) ? (yield(:title) + " - Iugu UX Development") : "Iugu UX Development"
    = csrf_meta_tags

    = stylesheet_link_tag    "iugu-ux"
    = stylesheet_link_tag    "mqtest"
    = javascript_include_tag "vendor"
    = javascript_include_tag "iugu-ux"

  %body{ :class => "iugu-ui #{action_name == "components" ? 'applicationBackground':''}" }


    .content{ :style => "margin:20px" }
      .wrapper{ :style => "max-width:860px;margin-left:auto;margin-right:auto" }

        = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
iugu-ux-0.7.1 sandbox/app/views/layouts/ui.html.haml
iugu-ux-0.7.0 sandbox/app/views/layouts/ui.html.haml