Sha256: cbd78251e7fe1fe852a8cc6ef679ed8793ddc9b04d058db6ef8b0f8dd2654cf1
Contents?: true
Size: 568 Bytes
Versions: 29
Compression:
Stored size: 568 Bytes
Contents
<% javascript 'foreman_remote_execution/template_invocation' %> <% stylesheet 'foreman_remote_execution/foreman_remote_execution' %> <% title _('Job invocation') %> <% if(request.path_parameters[:action] == "rerun") %> <%= display_link_if_authorized(_('Use new job wizard'), hash_for_rerun_job_invocation_path({:id => request.path_parameters[:id]}).merge(request.query_parameters)) %> <% else %> <%= display_link_if_authorized(_('Use new job wizard'), hash_for_new_job_invocation_path().merge(request.query_parameters)) %> <%end%> <%= render :partial => 'form' %>
Version data entries
29 entries across 29 versions & 1 rubygems