Sha256: 3c9d55e47c40e3747511ababe857a1d0506607b3002e0cc89639757f80e295d6

Contents?: true

Size: 670 Bytes

Versions: 26

Compression:

Stored size: 670 Bytes

Contents

<% javascript 'foreman_remote_execution/template_invocation' %>
<% stylesheet 'foreman_remote_execution/foreman_remote_execution' %>
<% title _('Job invocation') %>
<% if(request.path_parameters[:action] == "rerun") %>
  <%= authorized_for(controller: :job_invocations, action: :create) ? link_to(_('Use new job wizard'), hash_for_rerun_job_invocation_path({:id => request.path_parameters[:id]}).merge(request.query_parameters)) : nil %>
<% else %>
  <%= authorized_for(controller: :job_invocations, action: :create) ? link_to(_('Use new job wizard'), hash_for_new_job_invocation_path().merge(request.query_parameters)) : nil %>
<%end%>
<%= render :partial => 'form' %>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
foreman_remote_execution-13.2.8 app/views/job_invocations/new.html.erb
foreman_remote_execution-15.0.2 app/views/job_invocations/new.html.erb
foreman_remote_execution-15.0.1 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.7 app/views/job_invocations/new.html.erb
foreman_remote_execution-15.0.0 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.1.4 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.1.3 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.1.2 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.1.1 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.1.0 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.0.2 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.0.1 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.6 app/views/job_invocations/new.html.erb
foreman_remote_execution-14.0.0 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.5 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.4 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.3 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.2 app/views/job_invocations/new.html.erb
foreman_remote_execution-12.0.7 app/views/job_invocations/new.html.erb
foreman_remote_execution-13.2.1 app/views/job_invocations/new.html.erb