Sha256: 1a07d051aa6755c855b999316037bdd4080c7da801681f032e828762aa48f92c
Contents?: true
Size: 1.45 KB
Versions: 2
Compression:
Stored size: 1.45 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) : "Rails Voter" = csrf_meta_tags = stylesheet_link_tag "rails_voter/application", media: "all" = favicon_link_tag "apple-touch-icon-144x144-precomposed.png", rel: "apple-touch-icon-precomposed", type: "image/png", sizes: "144x144" = favicon_link_tag "apple-touch-icon-114x114-precomposed.png", rel: "apple-touch-icon-precomposed", type: "image/png", sizes: "114x114" = favicon_link_tag "apple-touch-icon-72x72-precomposed.png", rel: "apple-touch-icon-precomposed", type: "image/png", sizes: "72x72" = favicon_link_tag "apple-touch-icon-precomposed.png", rel: "apple-touch-icon-precomposed", type: "image/png" = favicon_link_tag "favicon.ico", rel: "shortcut icon" = javascript_include_tag "rails_voter/application" / Le HTML5 shim, for IE6-8 support of HTML elements /[if lt IE 9] - h = "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js" = javascript_include_tag h %body = render "layouts/rails_voter/menu" .container .row .col-lg-9 / = bootstrap_flash = yield .col-lg-3 .well.sidebar-nav %h3= t("stats") %footer %p © Company 2016
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_voter-0.2.1 | app/views/layouts/rails_voter/application.html.haml |
rails_voter-0.2.0 | app/views/layouts/rails_voter/application.html.haml |