fanforce-app-factory 0.19.0 → 0.19.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZWEzYjZiNzFkZWU0MWZjMGU0MDliNWVkOTNiYWUxMmFhYjcwZGVjNA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NGQ4ZjNmNjhlYjhlNTE1NzU5ZjQ2MjgwNDBlNzY4MmFkZjdmYzJhNA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NGQxOGMwYjRkYmEyMDExZTEyMWM5NDhiMGY3NjRjYTZhZjcyM2FiYjJkMDcw
|
10
|
+
YTllOTFhYjIwMzEwN2FjMGQwNDg5ZjkxYzA4M2U3YzNlZDJhMTE4Nzg2NDBm
|
11
|
+
Zjk5NjhlYmJjMDY4MWJjNDliZjZhOTFiYmY5M2EzNjE2NmEyN2Q=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZmMxYTY4NDUwNjA2NmRkYjg1MGY3OTFlNGFiZWFmYmYyMjkxZmYzMzdkNWFh
|
14
|
+
YjUyZmRlYTlhYzhkOWUzM2U2ODYwMzE1ZTlkNWE4YjA0NzFmNTViZWQ5Nzlh
|
15
|
+
ZGE1ODhlYzVhMWEwOWI3NjY3MjEyM2QzMjAxNTQzM2VmZjE3OGE=
|
@@ -9,6 +9,6 @@
|
|
9
9
|
|
10
10
|
%body
|
11
11
|
= yield
|
12
|
-
= javascript "///#{Fanforce
|
12
|
+
= javascript "///#{Fanforce.i_domain}/devforce.js?force_compile=#{ENV['RACK_ENV']=='development' ? 1 : 0}&env=#{ENV['RACK_ENV']}"
|
13
13
|
= javascript '/promotional.js'
|
14
14
|
= yield_content :after_core_js
|
@@ -18,7 +18,7 @@
|
|
18
18
|
%h4 About Fanforce
|
19
19
|
.text
|
20
20
|
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.
|
21
|
-
%a{href: "http://#{Fanforce
|
21
|
+
%a{href: "http://#{Fanforce.base_domain}"} Learn more.
|
22
22
|
|
23
23
|
.about.developer
|
24
24
|
%h4
|
@@ -26,7 +26,7 @@
|
|
26
26
|
%span.app_company_name -------------
|
27
27
|
.text
|
28
28
|
%span.app_company_description
|
29
|
-
%a{href: "http://#{Fanforce
|
29
|
+
%a{href: "http://#{Fanforce.base_domain}"} Learn more.
|
30
30
|
|
31
31
|
- content_for :after_core_js do
|
32
32
|
:coffeescript
|