aboutsummaryrefslogtreecommitdiff
path: root/app/views/que_jobs/index.html.erb
blob: 53533df63dd603409b94f79186523b2c4840ee9c (plain)
1
2
3
4
5
6
7
8
9
<h1>Jobs</h1>
<br>

<%= render(
  partial: 'shared/jobs',
  locals: {
    jobs: @jobs
  }
) %>