Sha256: 02284b6c353c7de7d0c55f461a8727c1a142eb73a9f0ed703d57aaa616523a61

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

!!!
%html
  %head
    %title Bootbox CRUD dummy app
    = stylesheet_link_tag    'application', media: 'all', 'data-turbolinks-track' => true
    = javascript_include_tag 'application', 'data-turbolinks-track' => true
    = csrf_meta_tags
  %body
    .container
      = yield
      = bb_alert

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootbox_crud-0.2.1 test/dummy/app/views/layouts/application.html.haml
bootbox_crud-0.2.0 test/dummy/app/views/layouts/application.html.haml
bootbox_crud-0.1.1.7 test/dummy/app/views/layouts/application.html.haml