Sha256: 5b7f6d8247a09a968f2e9f15d7c1f45d2e25aefcb2e2e074b438eb00c7036408

Contents?: true

Size: 374 Bytes

Versions: 1

Compression:

Stored size: 374 Bytes

Contents

!!!
%html
  %head
    %title Ish manager
    = stylesheet_link_tag    "ish_manager/application", media: "all"
    = javascript_include_tag "ish_manager/application"
    = csrf_meta_tags
  %body
    = render :partial => 'ish_manager/application/main_header'
    %p.notice= notice
    %p.alert= alert
    = yield
    = render :partial => 'ish_manager/application/main_footer'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ish_manager-0.1.1 app/views/layouts/ish_manager/application.haml