Sha256: 5cc6b60fdeb9706a02af29c20d019a66680fb24d5b3c99095071d5f19e006256
Contents?: true
Size: 1.33 KB
Versions: 10
Compression:
Stored size: 1.33 KB
Contents
!!! %html %head %meta{:charset => "utf-8"} %title Bootstrap, from Twitter %meta{:content => "width=device-width, initial-scale=1.0", :name => "viewport"} %meta{:content => "", :name => "description"} %meta{:content => "", :name => "author"} / Le HTML5 shim, for IE6-8 support of HTML5 elements /[if lt IE 9] <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> = stylesheet_link_tag "application" = javascript_include_tag "application" = csrf_meta_tags %body .navbar.navbar-fixed-top .navbar-inner .container %a.btn.btn-navbar{:data => {:toggle => "collapse", :target => ".nav-collapse"} } %span.icon-bar %span.icon-bar %span.icon-bar = link_to "Project name", "#", :class => "brand" .nav-collapse %ul.nav %li.active %a{:href => "#"} Home %li %a{:href => "#about"} About %li %a{:href => "#contact"} Contact .container - flash.each do |name, msg| = content_tag :div, :class => "alert #{name == :error ? "alert-error" : "alert-success" }" do %a.close{:href => "#", :data => {:dismiss => "alert"} } × = msg = yield %hr %footer %p © Company 2012
Version data entries
10 entries across 10 versions & 1 rubygems