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

Version Path
quo_vadis-2.1.11 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.10 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.9 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.8 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.7 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.6 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.5 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.4 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.3 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.2 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.1 app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.1.0 test/dummy/app/views/quo_vadis/confirmations/index.html.erb
quo_vadis-2.0.2 test/dummy/app/views/quo_vadis/confirmations/index.html.erb