astrochimp 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -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