Sha256: 43d2ec9127cc0d0ad36969dddc8e330714d3d6a5dc77d67b5936ae6a2b1ac069
Contents?: true
Size: 1.16 KB
Versions: 15
Compression:
Stored size: 1.16 KB
Contents
.header-icons %img{src: image_path('/promotional/icon-42.png') } %img{src: image_path('/promotional/icon-plus.png') } %img{src: image_path('/icon-42.png') } .loading %h2 Loading App Info... .loaded(style='display:none') %h1.app_name ------------- .subtitle %strong A Fanforce App %span developed by %strong.app_company_name -------- .about-box .about.fanforce %h4 About Fanforce .text Fanforce is a real-time engagement platform for brands and causes that makes it easy to turn your database of customers, email subscribers, and fans into engaged advocates for your cause. %a{href: "http://#{$BASE_DOMAIN}"} Learn more. .about.developer %h4 About %span.app_company_name ------------- .text %span.app_company_description %a{href: "http://#{$BASE_DOMAIN}"} Learn more. - content_for :after_core_js do :coffeescript FF.get '/apps/#{FanforceApp._id}', {}, (app) -> $('.app_company_name').text(app.company_name) $('.app_company_description').text(app.company_description) $('.app_name').text(app.name) $('.loading').hide() $('.loaded').show()
Version data entries
15 entries across 15 versions & 1 rubygems