Sha256: 43da1c0174940ff8f13b1122feb6397e607c91be7d31f72ea43b40977a8bdbbd
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
doctype html html head title = current_store.name - if current_store.meta_keywords.present? meta name="keywords" content="#{current_store.meta_keywords}" - if current_store.meta_description.present? meta name="description" content="#{current_store.meta_description}" = stylesheet_link_tag "comable/frontend/application", media: "all" = javascript_include_tag "comable/frontend/application" = csrf_meta_tags css: .hidden { display: none; } javascript: jQuery(document).ready(function() { $(".dropdown").hover( function() { $('.dropdown-menu', this).stop().delay(500).queue(function() { $(this).show().parent().addClass('open').dequeue(); }) }, function() { $('.dropdown-menu', this).stop().hide().parent().removeClass('open'); }); }); - mini_header_flag = controller_name == 'orders' || devise_controller? body class="#{'comable-checkout-layout' if mini_header_flag}" = render 'comable/shared/tracker' - if mini_header_flag = render 'comable/shared/header_for_checkout' - else = render 'comable/shared/header' main.container - flash.each do |name, msg| = content_tag(:div, msg, id: "flash_#{name}") == yield = render 'comable/shared/footer'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
comable_frontend-0.4.1 | app/views/layouts/comable/application.slim |
comable_frontend-0.4.0 | app/views/layouts/comable/application.slim |