17 lines
523 B
Plaintext
17 lines
523 B
Plaintext
|
<section class="cp-content">
|
||
|
<h2 class="cp-page-title">
|
||
|
Email Confirmation
|
||
|
</h2>
|
||
|
<% if @user.nil? %>
|
||
|
<div class="alert alert-danger" role="alert">Sorry, there was a problem confirming your account.</div>
|
||
|
<% else %>
|
||
|
<div class="alert alert-success" role="alert">Email has been confirmed successfully. Please login to continue.</div>
|
||
|
<% end %>
|
||
|
<div class="cp-forgot-box text-center">
|
||
|
<p>
|
||
|
<a href="/cpanel/login" class="btn btn-primary">
|
||
|
Login Here
|
||
|
</a>
|
||
|
</p>
|
||
|
</div>
|
||
|
</section>
|