Commit b706c46a by nnnghia98

edit confirm_apply.html.erb

parent 104f2814
...@@ -14,15 +14,15 @@ ...@@ -14,15 +14,15 @@
<%= f.hidden_field :email, value: params["apply_info"]["email"] %> <%= f.hidden_field :email, value: params["apply_info"]["email"] %>
<div class="form-group"> <div class="form-group">
<%= f.label :first_name, params["apply_info"]["first_name"] %> First name: <%= f.label :first_name, params["apply_info"]["first_name"] %>
</div> </div>
<div class="form-group"> <div class="form-group">
<%= f.label :last_name, params["apply_info"]["last_name"] %> Last name: <%= f.label :last_name, params["apply_info"]["last_name"] %>
</div> </div>
<div class="form-group"> <div class="form-group">
<%= f.label :email, params["apply_info"]["email"] %> Email: <%= f.label :email, params["apply_info"]["email"] %>
</div> </div>
<div class="actions text-center"> <div class="actions text-center">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment