Sha256: 8ef216477e3a25ecc6aaa935ba9556d71268c39ec6216735d6f81f0d12736a2f

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

= content_for :title do
  = type

= content_for :subcontent do
  %h4
    = format_time(task.finish_time)

  %fieldset
    .grid_7
      %h5 #{_("Summary")}
    .grid_7.multiline
      = user_message

  %fieldset
    .grid_7
      %h5 #{_("Request")}
    .grid_7.la
      = task.message

  %fieldset
    .grid_7
      %h5 #{_("Parameters")}
    .grid_7.la
      = task.humanize_parameters

  %fieldset
    .grid_7
      %h5 #{_("Result")}
    .grid_7.multiline
      = task.result_description

= render :template => "layouts/tupane_layout"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/distributor_events/_details.html.haml
katello-1.5.0 app/views/katello/distributor_events/_details.html.haml