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

Version Path
oxen_job-0.4.13 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.4.12 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.4.11 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.4.9 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.4.8 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.4.7 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.4.1 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.3.4 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.3.3 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.3.2 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.3.1 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.3.0 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.2.9 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.2.8 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.2.4 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.2.1 app/views/oxen/background_jobs/_background_jobs.html.haml
oxen_job-0.0.4 app/views/oxen/background_jobs/_background_jobs.html.haml