Sha256: dfd845bc4c5c0c1b407acb358ea5471acf88223dd74ba983e0926e2a1ac494fc

Contents?: true

Size: 1.04 KB

Versions: 106

Compression:

Stored size: 1.04 KB

Contents

<% if Organization.current != @job_organization %>
  <div class="form-group">
    <div class="col-md-6">
      <div class="alert alert-warning">
        <span class="pficon pficon-warning-triangle-o"></span>
        <%= _("Current organization %{org_c} is different from job's organization %{org_j}.") % { org_c: show_job_organization(Organization.current),
                                                                                                  org_j: show_job_organization(@job_organization) } %>
      </div>
    </div>
  </div>
<% end %>
<% if Location.current != @job_location %>
  <div class="form-group">
    <div class="col-md-6">
      <div class="alert alert-warning">
        <span class="pficon pficon-warning-triangle-o"></span>
        <%= _("Current location %{loc_c} is different from job's location %{loc_j}.") % { loc_c: show_job_location(Location.current),
                                                                                          loc_j: show_job_location(@job_location) } %>
      </div>
    </div>
  </div>
<% end %>

Version data entries

106 entries across 106 versions & 1 rubygems

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