Sha256: cfc03b697c1636e60aa45177c0a872672c54ba02447292b069aa49baaeff88cf
Contents?: true
Size: 459 Bytes
Versions: 2
Compression:
Stored size: 459 Bytes
Contents
<%= erb :_job_info, :locals => {:job => @job, :type => :scheduled} %> <form class="form-horizontal" action="<%= root_path %>scheduled/<%= job_params(@job, @job.score) %>" method="post"> <a class="btn" href="<%= root_path %>scheduled"><%= t('GoBack') %></a> <input class="btn btn-primary" type="submit" name="add_to_queue" value="<%= t('AddToQueue') %>" /> <input class="btn btn-danger" type="submit" name="delete" value="<%= t('Delete') %>" /> </form>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-2.14.1 | web/views/scheduled_job_info.erb |
sidekiq-2.14.0 | web/views/scheduled_job_info.erb |