Sha256: f1c5e4c52d6ab321721be953754dde99fef75938bdf056beb9cb310697befd08

Contents?: true

Size: 545 Bytes

Versions: 1

Compression:

Stored size: 545 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

1 entries across 1 versions & 1 rubygems

Version Path
shoestrap-0.0.2.pre templates/application.html.haml