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