web/views/retry.erb in sidekiq-3.4.1 vs web/views/retry.erb in sidekiq-3.4.2
- old
+ new
@@ -25,9 +25,10 @@
</tbody>
</table>
</div>
<form class="form-horizontal" action="<%= root_path %>retries/<%= job_params(@retry, @retry.score) %>" method="post">
+ <%= csrf_tag %>
<a class="btn btn-default" href="<%= root_path %>retries"><%= t('GoBack') %></a>
<input class="btn btn-primary" type="submit" name="retry" value="<%= t('RetryNow') %>" />
<input class="btn btn-danger" type="submit" name="delete" value="<%= t('Delete') %>" />
</form>