Sha256: d3abc04a356c215d6101a5583e8635367f0e546b2dffdad471d853182d5e4bae
Contents?: true
Size: 1.28 KB
Versions: 46
Compression:
Stored size: 1.28 KB
Contents
.header-icons %img{src: image_path('/promotional/icon-42.png') } %img{src: image_path("/promotional/icon-#{FanforcePlugin.type.to_s.dasherize}.png") } %img{src: image_path('/icon-42.png') } .loading %h2 Loading Plugin Info... .loaded(style='display:none') %h1.plugin_name ------------- .subtitle %strong A Fanforce #{FanforcePlugin.type.to_s.titleize} %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. - content_for :after_core_js do :coffeescript FF.get '/plugins/#{FanforcePlugin._id}', {}, (plugin) -> $('.plugin_company_name').text(plugin.company_name) $('.plugin_company_description').text(plugin.company_description) $('.plugin_name').text(plugin.name) $('.loading').hide() $('.loaded').show()
Version data entries
46 entries across 46 versions & 1 rubygems