Sha256: 4612a30bb884d3718aa58aac21325b76477cb7183a94280b28c0a72f8a1dccb3

Contents?: true

Size: 365 Bytes

Versions: 5

Compression:

Stored size: 365 Bytes

Contents

<h2></h2>
<p>
  Your referral link to invite others:
  <%= link_to referral_link_path(referrer_code: @signup.referral_code, only_path: false),
              referral_link_path(referrer_code: @signup.referral_code) %>
</p>
<p>
  Number of people you have referred:
  <%= @signup.signups_count %>
</p>
<p>Your signup object:</p>
<pre>
  <%= @signup.inspect %>
</pre>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
astrochimp-0.2.2 app/views/astrochimp/signups/show.html.erb
astrochimp-0.2.1 app/views/astrochimp/signups/show.html.erb
astrochimp-0.2.0 app/views/astrochimp/signups/show.html.erb
astrochimp-0.1.3 app/views/astrochimp/signups/show.html.erb
astrochimp-0.1.2 app/views/astrochimp/signups/show.html.erb