Sha256: 74f241550f0ecb6136a0cbb9260e0948970a479c53b3268f3eb0fd956be78944

Contents?: true

Size: 833 Bytes

Versions: 3

Compression:

Stored size: 833 Bytes

Contents

<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
%html
  %head
    %title Fanforce
    %meta{'http-equiv'=>'Content-Type', content:'text/html; charset=iso-8859-1'}/
    %meta{'http-equiv'=>'Content-Language', content: 'en-us'}/
    = stylesheet '/dashboard.css'
    :javascript
      BASE_DOMAIN   = #{Fanforce.base_domain.to_json}
      API_DOMAIN    = #{Fanforce.api_domain.to_json}
      ASSETS_DOMAIN = #{Fanforce.assets_domain.to_json}

  %body
    = yield
    = javascript '/assets/vendors/jquery/jquery-1.10.2.js'
    = javascript "///#{Fanforce.eye_domain}/devforce.js?zepto=0&env=#{ENV['RACK_ENV']}#{'&force_compile=1' if ENV['RACK_ENV']=='development'}"
    = javascript '/dashboard.js'
    = yield_content :after_core_js

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fanforce-app-factory-0.29.3 lib/fanforce/app_factory/layouts/dashboard.haml
fanforce-app-factory-0.29.1 lib/fanforce/app_factory/layouts/dashboard.haml
fanforce-app-factory-0.29.0 lib/fanforce/app_factory/layouts/dashboard.haml