Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
veNJOB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Thanh Hung Pham
veNJOB
Commits
4428c2e1
Commit
4428c2e1
authored
Jul 11, 2017
by
Thanh Hung Pham
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Done route
parent
2e642584
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
app/views/jobs/done.html.erb
+17
-0
No files found.
app/views/jobs/done.html.erb
0 → 100644
View file @
4428c2e1
<%-
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>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment