Update collections index to match front page table, and add tags column.
[arvados.git] / apps / workbench / app / controllers / jobs_controller.rb
1 class JobsController < ApplicationController
2   def index
3     @jobs = Job.all
4   end
5 end