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,6 +1,4 @@
1
- <% if ENV['AC_SUBHEADER'] %>
2
- <h2><%= ENV['AC_SUBHEADER'] %></h2>
3
- <% end %>
1
+ <h2><%= ENV['AC_SUBHEADER'] %></h2>
4
2
  <%= form_for(@signup) do |f| %>
5
3
  <% if @signup.errors.any? %>
6
4
  <div class="alert alert-error">
@@ -1,14 +1,9 @@
1
- <h2></h2>
1
+ <h2 class="ac-signup-success-notice"><%= ENV['AC_SIGNUP_SUCCESS_NOTICE'] %></h2>
2
2
  <p>
3
- Your referral link to invite others:
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
- Number of people you have referred:
9
- <%= @signup.signups_count %>
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>
@@ -1,3 +1,3 @@
1
1
  module Astrochimp
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: astrochimp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: