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
1
Merge Requests
1
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
Đường Sỹ Hoàng
VenJob
Commits
d70e6157
Commit
d70e6157
authored
Jan 15, 2020
by
Đường Sỹ Hoàng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove mailer files
parent
0a22afec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
35 deletions
+1
-35
app/views/apply/new.html.erb
+1
-1
app/views/done_mailer/notify.html.erb
+0
-34
No files found.
app/views/apply/new.html.erb
View file @
d70e6157
...
...
@@ -15,7 +15,7 @@
<div
class=
"container"
>
<div
class=
"d-flex justify-content-center "
>
<div
class=
"card"
>
<div
class=
"card"
>
<div
class=
"card-header text-center"
>
<h2>
Apply Form
</h2>
</div>
...
...
app/views/done_mailer/notify.html.erb
deleted
100644 → 0
View file @
0a22afec
<html>
<head>
<meta
content=
'text/html; charset=UTF-8'
http-equiv=
'Content-Type'
/>
</head>
<body>
<h4>
Dear
<%=
@apply
.
username
%>
</h4>
<p>
Thank you for applied with VenJob.Your applied job's information is a follow:
</p>
</br>
<!--<dl>
<dt>Job Title:</dt>
<dd>
<%=
@job
.
title
%>
</dd>
<dt>City:</dt>
<dd>
<%=
@city
.
name
%>
</dd>
<dt>Company:</dt>
<dd>
<%=
@comapny
.
name
%>
</dd>
</dd> -->
<p>
Your submit information:
</p>
</br>
<dl>
<dt>
First Name:
</dt>
<dd>
<%=
@apply
.
first_name
%>
</dd>
<dt>
Last Name:
</dt>
<dd>
<%=
@apply
.
last_name
%>
</dd>
<dt>
Email:
</dt>
<dd>
<%=
@apply
.
email
%>
</dd>
<dt>
Email:
</dt>
<dd>
<%=
@apply
.
cv_url
%>
</dd>
</dd>
</br>
<p>
Best,
</p>
</body>
</html>
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