mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
6 lines
376 B
Text
6 lines
376 B
Text
== slim :_job_info, :locals => {:job => @job, :type => :scheduled}
|
|
|
|
form.form-horizontal action="#{root_path}scheduled/#{job_params(@job, @job.score)}" method="post"
|
|
a.btn href="#{root_path}scheduled" = t('GoBack')
|
|
input.btn.btn-primary type="submit" name="add_to_queue" value="#{t('AddToQueue')}"
|
|
input.btn.btn-danger type="submit" name="delete" value="#{t('Delete')}"
|