Sha256: 21c6a036d834ef4e685a0af64522d68eb725b4cac65712a90171a1f80f5ed91a
Contents?: true
Size: 718 Bytes
Versions: 15
Compression:
Stored size: 718 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 = 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
15 entries across 15 versions & 2 rubygems