astrochimp 0.2.2 → 0.2.3
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,14 +1,9 @@
|
|
|
1
|
-
<h2
|
|
1
|
+
<h2 class="ac-signup-success-notice"><%= ENV['AC_SIGNUP_SUCCESS_NOTICE'] %></h2>
|
|
2
2
|
<p>
|
|
3
|
-
|
|
3
|
+
Share this referral link to invite others:
|
|
4
4
|
<%= link_to referral_link_path(referrer_code: @signup.referral_code, only_path: false),
|
|
5
|
-
referral_link_path(referrer_code: @signup.referral_code) %>
|
|
5
|
+
referral_link_path(referrer_code: @signup.referral_code), class: "ac-referral-link" %>
|
|
6
6
|
</p>
|
|
7
7
|
<p>
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
</p>
|
|
11
|
-
<p>Your signup object:</p>
|
|
12
|
-
<pre>
|
|
13
|
-
<%= @signup.inspect %>
|
|
14
|
-
</pre>
|
|
8
|
+
You have referred <span class="ac-referral-count"><%= @signup.signups_count %><span> people.
|
|
9
|
+
</p>
|
data/lib/astrochimp/version.rb
CHANGED