5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 10:46:07 +00:00
panel/app/views/build_stats/index.haml
f 5e72c0aa5a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Merge branch 'issue-13096' into panel.sutty.nl
2023-04-21 12:37:22 -03:00

21 lines
582 B
Plaintext

%main.row
%aside.menu.col-12.col-lg-3
= render 'sites/header', site: @site
.col
%h1= t('.title')
%table.table
%thead
%tr
- @headers.each do |header|
%th{ scope: 'col' }= header
%tbody
- @table.each do |row|
- row[:urls].each do |url|
%tr
%th{ scope: 'row' }= row[:title]
%td= link_to_if url.present?, url, url, class: 'word-break-all'
%td
%time{ datetime: row[:seconds][:machine] }= row[:seconds][:human]
%td= row[:size]