Sha256: 3d1b5a7ffe715b3db96926893d4c73fb1b59202d2415703ec7189507434a647e

Contents?: true

Size: 732 Bytes

Versions: 6

Compression:

Stored size: 732 Bytes

Contents

doctype 5
html
  head
    = favicon_link_tag 'gakuengine20.png'
    title
      = content_for?(:title) ? yield(:title) + " | GAKU" : "GAKU"
    = javascript_tag '$.fx.off = true;' if Rails.env.test?
    = stylesheet_link_tag "gaku/all"
    = javascript_include_tag "gaku/all"
    = csrf_meta_tags
  body data-action=current_controller_action data-parent-controller=current_parent_controller
    = render partial: 'gaku/shared/modal_config'
    = render partial: "gaku/shared/menubar"
    .container-fluid
      #notice
        - unless flash.empty?
          = render "gaku/shared/flash", flash: flash
      #errors
      #modal-dialogs

      .row-fluid
        .span12
          = content_for?(:content) ? yield(:content) : yield

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/layouts/gaku.html.slim
gaku-0.0.3 core/app/views/gaku/layouts/gaku.html.slim
gaku-0.0.2 core/app/views/gaku/layouts/gaku.html.slim
gaku_core-0.0.2 app/views/gaku/layouts/gaku.html.slim
gaku-0.0.1 core/app/views/gaku/layouts/gaku.html.slim
gaku_core-0.0.1 app/views/gaku/layouts/gaku.html.slim