Sha256: 66bc4287b48f0c2f0fe897299bda75188768bed74a789c866c04940400c085c8
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
!!! %html %head %title= "#{Bagboy.site_name}" %link{href: "//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css", rel: "stylesheet"}/ = javascript_include_tag "bagboy/application" = stylesheet_link_tag "bagboy/application", media: "all" = csrf_meta_tags %meta{content: "width=device-width, initial-scale=1.0", name: "viewport"}/ %body = render 'layouts/bagboy/header' - flash.each do |name, msg| %div{"data-alert" => "", class: "alert-box #{name}"} = msg %a.close{href: "#"} × .row .large-12.columns = yield :javascript $(document).foundation();
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bagboy-0.0.1 | app/views/layouts/bagboy/application.html.haml |