Sha256: 1355cd3ae5b355d4b5b70f8e1289b849ce66f1e1a053a3b025da558e0e5637d2
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
!!! 5 %html(lang="en") %head %meta(charset="utf-8") %meta(http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1") %meta(name="viewport" content="width=device-width, initial-scale=1.0") %title= content_for?(:title) ? yield(:title) : app_name = csrf_meta_tags / Le HTML5 shim, for IE6-8 support of HTML elements /[if lt IE 9] = javascript_include_tag "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js" = stylesheet_link_tag "prosperity/application", :media => "all" %body .navbar.navbar-inverse.navbar-fixed-top .container .navbar-header %button.navbar-toggle{"data-target" => ".navbar-collapse", "data-toggle" => "collapse", type: "button"} %span.icon-bar %span.icon-bar %span.icon-bar %a.navbar-brand{href: "#"}= app_name .collapse.navbar-collapse %ul.nav.navbar-nav %li.active %a{href: "#"} Home %li %a{href: "#about"} About %li %a{href: "#contact"} Contact .container .main = yield = javascript_include_tag "prosperity/application"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prosperity-0.0.1 | app/views/layouts/prosperity/application.html.haml |