Sha256: 846084053eb8863d389a0eb440159eebca15ac1be4a5edd8dfd693dc2c640e76
Contents?: true
Size: 1.44 KB
Versions: 31
Compression:
Stored size: 1.44 KB
Contents
-# AppFactoryScaffolding : FILE -####################################################################################################################### .loading %h2 Loading App Info... .loaded(style='display:none') %h1.app_name ------------- .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') } .subtitle %strong A Fanforce App Integration %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://#{Fanforce.base_domain}"} Learn more. .about.developer %h4 About %span.app_company_name ------------- .text %span.app_company_description %a{href: "http://#{Fanforce.base_domain}"} Learn more. - content_for :after_core_js do :coffeescript FF.get('/available_apps/#{App._id}').done((app)-> $('.app_company_name').text(app.company_name || 'Engineers Who Love Coffee') $('.app_company_description').text(app.company_description) $('.app_name').text(app.name) $('.loading').hide() $('.loaded').show() $('.about-box').hide() if !app.company_description )
Version data entries
31 entries across 31 versions & 1 rubygems