Commit 0da11390 by Đường Sỹ Hoàng

Delete unuse files

parent 191a806f
class Apply < UserJob class Apply < UserJob
# delegate :title, :applied_at, :description, :salary, :position, :requirement, to: :user_jobs, prefix: :true
end end
...@@ -38,8 +38,6 @@ ...@@ -38,8 +38,6 @@
<%= f.hidden_field :cv_url, value: @apply.cv_url %> <%= f.hidden_field :cv_url, value: @apply.cv_url %>
</div> </div>
</br> </br>
<%= @apply.applied_at %>
<%= f.hidden_field :applied_at, value: @apply.applied_at %>
<div class = "form-group"> <div class = "form-group">
<div class = "actions"> <div class = "actions">
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
<%= link_to "Favorite", job_favorites_path(job, current_user.favorites.build), <%= link_to "Favorite", job_favorites_path(job, current_user.favorites.build),
method: :post, method: :post,
remote: true, remote: true,
class: "btn btn-warning text-center" %> class: "btn btn-warning" %>
</dd> </dd>
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