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

Delete unuse files

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