Sha256: 04e427ab891620a48a1f23d347ce0629a0d454b834ad6adf9d52600455ead3b3
Contents?: true
Size: 524 Bytes
Versions: 1
Compression:
Stored size: 524 Bytes
Contents
<% if flash[:signup_success] %> <h2 class="ac-signup-success-notice"><%= flash[:signup_success] %></h2> <% end %> <div class="ac-referrals"> <p> Share this referral link to invite others:<br> <%= link_to referral_link_path(referrer_code: @signup.referral_code, only_path: false), referral_link_path(referrer_code: @signup.referral_code), class: "ac-referral-link" %> </p> <p> You have referred <strong class="ac-referral-count"><%= @signup.signups_count %></strong> people. </p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
astrochimp-0.2.5 | app/views/astrochimp/signups/show.html.erb |