Commit 4428c2e1 by Thanh Hung Pham

Done route

parent 2e642584
<%- provide(:title, 'Apply Done') -%>
<div class="well">
<div>
<%= link_to 'Apply New', jobs_apply_path %>
>
<%= link_to 'Apply Confirmation', jobs_confirm_path %>
>
<strong><%= link_to 'Done', jobs_done_path %></strong>
</div>
<h2>Apply Done</h2>
<p>
Thank you for apply
</p>
<%= link_to 'Back to TOP page', root_path %>
</div>
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