Sha256: e7a9b06d5289e0159f1d7fd6e268822593eef812873ae4af6356ce799215db12

Contents?: true

Size: 454 Bytes

Versions: 23

Compression:

Stored size: 454 Bytes

Contents

 <%
  rows = @rows.each do |row|
  	row[0] = link_to row[0], machine_runner_invocation_path(row[0])
  	row[2] = link_to row[2], machine_runner_path(row[2])
    row[3] = link_to row[3][1], machine_path(row[3][0])
    if row[6].present?
      row[6] = link_to row[6], "https://github.com/#{row[8]}/commit/#{row[6]}"
    else
      row[6] = '<i>Unknown</i>'
    end
    row[7] = '<i>None</i>' if row[7].blank?
    row.delete_at(8)
  end
%>

<%= raw rows %>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
naf-2.1.13 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.12 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.11 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.10 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.9 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.8 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.6 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.5 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.4 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.3 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.2 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.1 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.1.0 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.0.4 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.0.3 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.0.2 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.0.1 app/views/naf/machine_runner_invocations/index.json.erb
naf-2.0.0 app/views/naf/machine_runner_invocations/index.json.erb
naf-1.1.4 app/views/naf/machine_runner_invocations/index.json.erb
naf-1.1.3 app/views/naf/machine_runner_invocations/index.json.erb