Sha256: 62e9db833f5e501bc8560969d2bd0b31558251e30396f162802f78c7f118fc59

Contents?: true

Size: 724 Bytes

Versions: 5

Compression:

Stored size: 724 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/frontend/all"
    = javascript_include_tag "gaku/frontend/all"
    = csrf_meta_tags
  body data-action=current_controller_action data-parent-controller=current_parent_controller data-locale=I18n.locale
    .container-fluid
      = render 'gaku/shared/modal_config'
      = render 'gaku/shared/menubar'
      #notice
        - unless flash.empty?
          = render "gaku/shared/flash", flash: flash
      #errors

      #modal-dialogs

      = content_for?(:content) ? yield(:content) : yield

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gaku_frontend-0.3.0 app/views/gaku/layouts/gaku.html.slim
gaku_frontend-0.3.0.pre.4 app/views/gaku/layouts/gaku.html.slim
gaku_frontend-0.3.0.pre.3 app/views/gaku/layouts/gaku.html.slim
gaku_frontend-0.3.0.pre.2 app/views/gaku/layouts/gaku.html.slim
gaku_frontend-0.3.0.pre.1 app/views/gaku/layouts/gaku.html.slim