Sha256: d76bd2d93452df6bfa9ca83c891b31f869be12c4652ef09df36f1132e8403d41

Contents?: true

Size: 1.18 KB

Versions: 29

Compression:

Stored size: 1.18 KB

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", :media => "all"
    = stylesheet_link_tag    "sandbox", :media => "all"
    = javascript_include_tag "vendor"
    = javascript_include_tag "iugu-ux"

    %meta{ 'http-equiv' => "Content-Type", 'content' => "text/html; charset=UTF-8" }
    %meta{ 'http-equiv' => "cleartype", 'content' => "on" }
    %meta{ 'http-equiv' => "X-UA-Compatible", 'content' => "IE=edge,chrome=1" }

    -# Mobile capabilities
    %meta{ name:"HandheldFriendly", content:"True" }
    %meta{ name:"MobileOptimized", content:320 }
    %meta{ name:"format-detection", content:"telephone=no" }
    %meta{ name:"viewport", content:"width=device-width, initial-scale=1, maximum-scale=1" }
    %meta{ name:"apple-mobile-web-app-capable", :content => "yes" }

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


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

        = yield

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
iugu-ux-1.0.25 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.24 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.23 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.22 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.21 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.20 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.19 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.18 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.17 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.16 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.15 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.14 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.13 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.12 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.11 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.10 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.9 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.8 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.7 sandbox/app/views/layouts/ui.html.haml
iugu-ux-1.0.6 sandbox/app/views/layouts/ui.html.haml