Sha256: f2f1d194cdca08cc1b2467174c21a071f2dfda83a22a239cd76559a123fe7b98

Contents?: true

Size: 539 Bytes

Versions: 4

Compression:

Stored size: 539 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"
    = 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

4 entries across 4 versions & 1 rubygems

Version Path
iugu-ux-0.6.7 sandbox/app/views/layouts/ui.html.haml
iugu-ux-0.6.6 sandbox/app/views/layouts/ui.html.haml
iugu-ux-0.6.5 sandbox/app/views/layouts/ui.html.haml
iugu-ux-0.6.0 sandbox/app/views/layouts/ui.html.haml