Sha256: 490a328550ff554e24fe1fd44e197546113d028fe2a325c2ad23b20a8ba500b7

Contents?: true

Size: 525 Bytes

Versions: 17

Compression:

Stored size: 525 Bytes

Contents

<% output_line_set['output'].strip.split("\n").each do |line| %>
  <%= content_tag :div, :class => 'line ' + output_line_set['output_type'], :data => { :timestamp => output_line_set['timestamp'] } do %>

    <%= content_tag(:span, (@line_counter += 1).to_s.rjust(4).gsub(' ', '&nbsp;').html_safe + ':', :class => 'counter', :title => (output_line_set['timestamp'] && Time.at(output_line_set['timestamp']))) %>
    <%= content_tag(:div, (line.empty? ? '&nbsp;' : line).html_safe, :class => 'content') %>
  <% end %>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
foreman_remote_execution-1.2.1 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-1.2.0 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-1.1.1 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-1.1.0 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-1.0.0 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.3.2 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.3.1 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.3.0 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.2.3 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.2.2 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.2.1 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.1.2 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.1.1 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.1.0 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.0.10 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.0.8 app/views/template_invocations/_output_line_set.html.erb
foreman_remote_execution-0.0.7 app/views/template_invocations/_output_line_set.html.erb