Sha256: c87c3f42b34b8c4b6fabf90d91814f2328e4205b6e715af2bb30ff122566d310
Contents?: true
Size: 420 Bytes
Versions: 13
Compression:
Stored size: 420 Bytes
Contents
<h1>Account confirmation</h1> <% if @account %> <p>We have sent an email to <%= @account.model.email %>.</p> <p>Wrong address? <%= link_to 'Change it', edit_email_confirmations_path %>.</p> <p>Didn't receive it? <%= button_to 'Get another one', resend_confirmations_path %></p> <% else %> <p>We have sent an email to you.</p> <p><%= link_to 'Request a new email', new_confirmation_path %></p> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems