Sha256: 877cb7b57a426447cc53bc06505853bc6a8ac5f3656dc24b5ebec12ecb189a44
Contents?: true
Size: 489 Bytes
Versions: 14
Compression:
Stored size: 489 Bytes
Contents
<form onclick="_sidekiq_web_block_screen('Executing Job. Please Wait...')" action="<%=root_path %>job/execute" method="post" style="display: inline"> <%= csrf_tag %> <input type="hidden" id="execute_job" name="entry.score" value='<%= job_params(entry.item, entry.score) %>' > <input type="hidden" id="execute_job_type" name="entry.type" value='<%= request.url.split('/')[-1] %>' > <input class="btn btn-warn btn-xs" type="submit" name='execute_job' value='Execute Job' /> </form>
Version data entries
14 entries across 7 versions & 1 rubygems