Sha256: 07f111f9bff6e67a69c72868b2c3625192e25aa2b33682423e7ad499fae15cd6

Contents?: true

Size: 746 Bytes

Versions: 44

Compression:

Stored size: 746 Bytes

Contents

<p>
  <%= _("%{label} failed.") % { :label => @task.action } %>
</p>

<div class="dashboard">
  <table>
    <tr>
      <td><%= _('Content view') %></td>
      <td><%= link_to @content_view.name, "#{katello_url}content_views/#{@content_view.id}" %></td>
    </tr>
    <tr>
      <td><%= _('Task ID') %></td>
      <td><%= link_to @task.id, foreman_tasks_task_url(@task.id) %></td>
    </tr>
    <tr>
      <td><%= _('Task state') %></td>
      <td><%= @task.state %></td>
    </tr>
    <tr>
      <td><%= _('Task result') %></td>
      <td><%= @task.result %></td>
    </tr>
  </table>

  Errors:
  <ul>
  <% @task.execution_plan.errors.each do |error| %>
    <li><%= error.exception_class %>: <%= error.message %></li>
  <% end %>
  </ul>
</div>

Version data entries

44 entries across 22 versions & 1 rubygems

Version Path
katello-4.14.2 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.14.2 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.15.0 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.15.0 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.15.0.rc2 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.15.0.rc2 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.15.0.rc1 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.15.0.rc1 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.1 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.14.1 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.0 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.0 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.14.0.rc3 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.0.rc3 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.14.0.rc2 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.14.0.rc2 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.0.rc1.1 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.0.rc1.1 app/views/katello/task_mailer/cv_publish_failure.html.erb
katello-4.14.0.rc1 app/views/katello/task_mailer/cv_promote_failure.html.erb
katello-4.14.0.rc1 app/views/katello/task_mailer/cv_publish_failure.html.erb