Sha256: 5a3021e5ec7e25ae53fbff677ab3e6253a8e26449bf78c4e2cecd7b700eb28cf
Contents?: true
Size: 483 Bytes
Versions: 17
Compression:
Stored size: 483 Bytes
Contents
:css a.dropdown-button { padding-left: 1em; padding-right: 1em; } - unless params[:action] == 'print' = paginate resources %thead %tr - if current_user.admin? %th= t('.system') %th= t('.queue') %th= t('.attempts') %th= t('.job_handler') %th= t('.next_run') %th= t(:delete) %tbody.bordered.responsive-table.striped.hoverable.page.resources_list - resources.each do |background_job| = render partial: 'background_job', locals: { resource: background_job }
Version data entries
17 entries across 17 versions & 1 rubygems