2013-08-21 18:38:52 -04:00
|
|
|
<%= erb :_job_info, :locals => {:job => @job, :type => :scheduled} %>
|
|
|
|
|
|
|
|
<form class="form-horizontal" action="<%= root_path %>scheduled/<%= job_params(@job, @job.score) %>" method="post">
|
2015-07-06 18:52:41 -04:00
|
|
|
<%= csrf_tag %>
|
2013-10-01 00:43:24 -04:00
|
|
|
<a class="btn btn-default" href="<%= root_path %>scheduled"><%= t('GoBack') %></a>
|
2013-08-21 18:38:52 -04:00
|
|
|
<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>
|