fix hidden status

parent b58c2869
Pipeline #1424 failed with stages
in 0 seconds
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
= paginate @jobs, window: 1 = paginate @jobs, window: 1
.job-list .job-list
- @jobs.each do |job| - @jobs.each do |job|
= check_favorite_exists(job) = hidden_field :status, check_favorite_exists(job)
.row.bg-white .row.bg-white
.col-10.p-3.card-body.text-dark .col-10.p-3.card-body.text-dark
h5.mb-1 h5.mb-1
......
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