%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 '/new_message.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 '/new_message.js' = yield_content :after_core_js