Sha256: 8f93c30c0f141cf5426f96b0ebbcd0203d12c8a5024e34ae045f282d53c1bda2
Contents?: true
Size: 1.01 KB
Versions: 8
Compression:
Stored size: 1.01 KB
Contents
!!! %html{lang: "en"} %head %meta{charset: "utf-8"}/ %meta{content: "IE=edge", "http-equiv" => "X-UA-Compatible"}/ %meta{content: "width=device-width, initial-scale=1", name: "viewport"}/ %title Polygallery Dummy = stylesheet_link_tag 'application', media: 'all' / Bootstrap / HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries / WARNING: Respond.js doesn't work if you view the page via file:// /[if lt IE 9] = javascript_include_tag "https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js" = javascript_include_tag "https://oss.maxcdn.com/respond/1.4.2/respond.min.js" = csrf_meta_tags %body .container-fluid - flash.each do |name, msg| = content_tag :div, :class => "alert alert-#{name == :error ? "danger" : "success" } alert-dismissable" do %button.close{:type => "button", :data => {:dismiss => "alert"}, :aria => {:hidden => "true"} } × = msg = yield = javascript_include_tag 'application'
Version data entries
8 entries across 8 versions & 1 rubygems