Sha256: 8eaebbe470631a857b101c7305fab52c0067a112cc62c5490b21db895a169084

Contents?: true

Size: 547 Bytes

Versions: 18

Compression:

Stored size: 547 Bytes

Contents

!!! 5
%html
  %head
    %meta{ charset: "utf-8" }
    -#%meta{ name: "viewport", content: "width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" }

    %title <%= app_name %>

    = stylesheet_link_tag    "application", :media => "all"
    = javascript_include_tag "application"
    = csrf_meta_tags

  %body
    .navbar.navbar-fixed-top
      .navbar-inner
        .container
          = link_to '<%= app_name %>', '#', :class => 'brand'
          %ul.nav

    .container
      .row-fluid
        .span-12
          = yield

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
shoestrap-0.4.1 templates/application.html.haml
shoestrap-0.4.0 templates/application.html.haml
shoestrap-0.3.1.pre templates/application.html.haml
shoestrap-0.3.0 templates/application.html.haml
shoestrap-0.3.0.pre2 templates/application.html.haml
shoestrap-0.3.0.pre1 templates/application.html.haml
shoestrap-0.3.0.pre templates/application.html.haml
shoestrap-0.2.5 templates/application.html.haml
shoestrap-0.2.4 templates/application.html.haml
shoestrap-0.2.3 templates/application.html.haml
shoestrap-0.2.2 templates/application.html.haml
shoestrap-0.2.1 templates/application.html.haml
shoestrap-0.2.0 templates/application.html.haml
shoestrap-0.1.1 templates/application.html.haml
shoestrap-0.1.0 templates/application.html.haml
shoestrap-0.0.4 templates/application.html.haml
shoestrap-0.0.3 templates/application.html.haml
shoestrap-0.0.2 templates/application.html.haml