Sha256: 9a70785286098b431d069fdd83f242b2dfd05d4a4bda600af969c5841af5dd24
Contents?: true
Size: 1.17 KB
Versions: 54
Compression:
Stored size: 1.17 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://#{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 '/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
54 entries across 54 versions & 1 rubygems