<% provide(:title, 'Signup Confirmation') %> <% if @user.nil? %>

Signup Already Confirmed



If you are seeing this page, you have probably already confirmed this email address.


Please proceed to <%= link_to 'the home page', root_path %> and log in.

<% else %>

Email Confirmed



You have successfully confirmed this email address.


You can proceed to the website <%= link_to 'home page', root_path %> and sign in, or close this page in your browser.

<% end %>