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