facebook_app 0.0.9 → 0.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
h1 Spamalytics
|
|
2
2
|
h2 Unique users who reached splash page
|
|
3
|
-
= render :partial => 'conversion_stage', :locals => {:state => :
|
|
3
|
+
= render :partial => 'conversion_stage', :locals => {:state => :splash_page_state_count, :conversion_summary => conversion_summary }
|
|
4
4
|
h2 Unique users who saw permissions dialogue for this app
|
|
5
5
|
= render :partial => 'conversion_stage', :locals => {:state => :permissions_state_count, :conversion_summary => conversion_summary }
|
|
6
6
|
h2 Unique users who installed this facebook app (accepted permissions)
|
data/lib/facebook_app/version.rb
CHANGED