Sha256: 443103f79aefd45c04ab58250b8636ccd2a44e8baa1c9f87eb998ebe7700c542
Contents?: true
Size: 1.47 KB
Versions: 23
Compression:
Stored size: 1.47 KB
Contents
-# PluginFactoryScaffolding : FILE -####################################################################################################################### .loading %h2 Loading Plugin Info... .loaded(style='display:none') %h1.plugin_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 Plugin Integration %span developed by %strong.plugin_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.plugin_company_name ------------- .text %span.plugin_company_description %a{href: "http://#{Fanforce.base_domain}"} Learn more. :coffeescript FF(-> FF.get('/available_plugins/#{Plugin._id}').done((plugin)-> $('.plugin_company_name').text(plugin.company_name || 'Engineers Who Love Coffee') $('.plugin_company_description').text(plugin.company_description) $('.plugin_name').text(plugin.name) $('.loading').hide() $('.loaded').show() $('.about-box').hide() if !plugin.company_description ) )
Version data entries
23 entries across 23 versions & 1 rubygems