This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/views/basic_infos/confirmation.html.erb

20 lines
614 B
Plaintext

<%= stylesheet_link_tag "sign_up" %>
<section id="main-wrap">
<div class="sign-up have-other-sign-in facebook-form">
<% flash.each do |key, msg| %>
<%= content_tag :p, msg, :class => [key, "alert alert-error in fade"] %>
<% end %>
<div class="form">
<h3 class="login-logo">Thank you for registering.</h3>
<div class="form-block">
<div class="form-list clearfix option-block">
<div class="alert alert-success">We have sent you a confirmation email on your email id. Please confirm to proceed</div>
<a href="<%= root_path %>">Home</a>
</div>
</div>
</div>
</div>
</section>