Sha256: dc9bc8a864938570af638f2adb05cd57484a3383c094bd86b7aa9c61e1d6f14a

Contents?: true

Size: 729 Bytes

Versions: 1

Compression:

Stored size: 729 Bytes

Contents

!!!
%html
  %head
    %title STORE NAME
    %meta{name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes'}
    = stylesheet_link_tag 'gemgento/default-views/application', media: 'all'
    = javascript_include_tag 'gemgento/default-views/application'
    = csrf_meta_tags
    %body
      = render partial: 'layouts/header'
      %main
        = yield
      = render partial: 'layouts/footer'

      :javascript
        jQuery(function() {
          window.$this = new (App.#{controller_path.split(/\/|_/).map(&:capitalize).join('')} || App.Base)();

          if (typeof $this.#{action_name} === 'function') {
            return $this.#{action_name}.call();
          }
        });

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gemgento-2.8.0 app/views/layouts/gemgento.html.haml