Append text in mailer job_apply

parent ca218bf1
Pipeline #1030 failed with stages
in 0 seconds
<h2>Dear <%= @user.name %></h2> <h2>Dear <%= @user.name %></h2>
<p>Thank you for applied with VenJOB. Your applied job's information is as follow:</p> <p>Thank you for applied with VenJOB. Your applied job's information is as follow:</p>
<p><h3><%= @job.title %></h3></p> <p><h3>Title: <%= @job.title %></h3></p>
<p><h3><%= @job.cities.map(&:name).join(' | ') %></h3></p> <p><h3>Cities: <%= @job.cities.map(&:name).join(' | ') %></h3></p>
<p><h3><%= @job.company.name %></h3></p> <p><h3>Company: <%= @job.company.name %></h3></p>
<p>Your submitted information:</p> <p>Your submitted information:</p>
<p><h3><%= @user.name %></h3></p> <p><h3>Name: <%= @user.name %></h3></p>
<p><h3><%= @user.email %></h3></p> <p><h3>Email: <%= @user.email %></h3></p>
<p><h3><%= link_to @user.cv_user.identifier, (root_url.chop + @user.cv_user.url) %></h3></p> <p><h3>Your CV: <%= link_to @user.cv_user.identifier, (root_url.chop + @user.cv_user.url) %></h3></p>
Best, Best,
<h2>Dear <%= @user.name %></h2> <h2>Dear <%= @user.name %></h2>
<p>Thank you for applied with VenJOB. Your applied job's information is as follow:</p> <p>Thank you for applied with VenJOB. Your applied job's information is as follow:</p>
<p><h3><%= @job.title %></h3></p> <p><h3>Title: <%= @job.title %></h3></p>
<p><h3><%= @job.cities.map(&:name).join(' | ') %></h3></p> <p><h3>Cities: <%= @job.cities.map(&:name).join(' | ') %></h3></p>
<p><h3><%= @job.company.name %></h3></p> <p><h3>Company: <%= @job.company.name %></h3></p>
<p>Your submitted information:</p> <p>Your submitted information:</p>
<p><h3><%= @user.name %></h3></p> <p><h3>Name: <%= @user.name %></h3></p>
<p><h3><%= @user.email %></h3></p> <p><h3>Email: <%= @user.email %></h3></p>
<p><h3><%= link_to @user.cv_user.identifier, (root_url.chop + @user.cv_user.url) %></h3></p> <p><h3>CV: <%= link_to @user.cv_user.identifier, (root_url.chop + @user.cv_user.url) %></h3></p>
Best, Best,
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