Sha256: 7ccc6ed058e4ff92daa3ab3931a82eb8886cdaf202bf3e7a852e3440d0c3c144

Contents?: true

Size: 765 Bytes

Versions: 1

Compression:

Stored size: 765 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 '/add_source.css'
    :javascript
      BASE_DOMAIN = #{Fanforce.base_domain.to_json}
      API_DOMAIN  = #{Fanforce.api_domain.to_json}

  %body
    = yield
    = javascript '//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'
    = javascript "//#{Fanforce.eye_domain}/devforce.js#{'?DEBUG=1&DYNAMIC=1' if ENV['RACK_ENV']=='development'}"
    = javascript '/add_source.js'
    = yield_content :after_core_js

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fanforce-app-factory-1.7.1 lib/fanforce/app_factory/layouts/add_source.haml