fanforce-plugin-factory 0.17.0 → 0.17.1
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.
- checksums.yaml +8 -8
- data/lib/fanforce/plugin_factory/layouts/add_edit_initiative.haml +1 -1
- data/lib/fanforce/plugin_factory/layouts/add_source.haml +1 -1
- data/lib/fanforce/plugin_factory/layouts/engage.haml +2 -2
- data/lib/fanforce/plugin_factory/layouts/new_message.haml +1 -1
- data/lib/fanforce/plugin_factory/layouts/promotional.haml +1 -1
- data/lib/fanforce/plugin_factory/layouts/source_details.haml +1 -1
- data/lib/fanforce/plugin_factory/version.rb +1 -1
- data/lib/fanforce/plugin_factory/views/index.haml +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZDY0ZDhkODYwN2E4ZDNhODIyOGJjZGE4OTUzOTk2ZjUxNTliYzA5Nw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YWU5NThlZmUxNjczMzdjYmY4YTRjZjBjYzA2YmYzZDE5MDY5ZmU0MA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MzIzNmVjZTE2NjA4ODE2NzI0ODc0YWVmZmU2OTViODk3OTg0YTZiMmE5ZDgz
|
10
|
+
NjY4ZDYzMTQyNjMwMmZkNzM2OGE2YTI4OWEwMGU0MWE4ZTQ3MDc1N2Q0YjA0
|
11
|
+
NDRhZGQwMmM4YjIwMGQwYjc1MGQ1OWVkMjhjODZlMmY3M2U3YjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
YTYwYzA4ZWViM2U0YTA1NGUzNTIzOTkyODAyYmEyNzlmODhlNzIxZTIzNDkw
|
14
|
+
ZGJlNGFjYWI1NWM2NzljYzQ0NzEwZmQ4ODM5MjhlODY5NTFkYTQ5MjQ1YTc4
|
15
|
+
MTY4NDhlNmEwNzY2NDhhZDI1NTc2OTQ2ZWExYmY0ZmJjOTE1ODI=
|
@@ -14,9 +14,9 @@
|
|
14
14
|
.lyt-root-footer
|
15
15
|
.lyt-footer
|
16
16
|
%span#distributed-by
|
17
|
-
%a{href: "http://#{
|
17
|
+
%a{href: "http://#{Fanforce::BASE_DOMAIN}"} Powered by Fanforce.
|
18
18
|
|
19
|
-
= javascript "http://#{
|
19
|
+
= javascript "http://#{Fanforce::I_DOMAIN}/#{params[:fanforce_slug]}-fanforce.js#{'?force_compile=1&env=development' if ENV['RACK_ENV']=='development'}"
|
20
20
|
= yield_content :after_fanforce_js
|
21
21
|
:coffeescript
|
22
22
|
if FF.account.website_url
|
@@ -9,6 +9,6 @@
|
|
9
9
|
|
10
10
|
%body
|
11
11
|
= yield
|
12
|
-
= javascript "///#{
|
12
|
+
= javascript "///#{Fanforce::I_DOMAIN}/devforce.js?force_compile=#{ENV['RACK_ENV']=='development' ? 1 : 0}&env=#{ENV['RACK_ENV']}"
|
13
13
|
= javascript '/new_message.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://#{
|
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.plugin_company_name -------------
|
27
27
|
.text
|
28
28
|
%span.plugin_company_description
|
29
|
-
%a{href: "http://#{
|
29
|
+
%a{href: "http://#{Fanforce::BASE_DOMAIN}"} Learn more.
|
30
30
|
|
31
31
|
- content_for :after_core_js do
|
32
32
|
:coffeescript
|