5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-09-28 07:16:57 +00:00

fix: no generar links si la url viene vacía

This commit is contained in:
f 2023-02-08 19:30:05 -03:00
parent b091b3212a
commit e81f188147

View file

@ -13,7 +13,7 @@
%tr
%td= row[:title]
%td= row[:status]
%td= link_to url, url
%td= link_to_if url.present?, url, url
%td
%time{ datetime: row[:seconds][:machine] }= row[:seconds][:human]
%td= row[:size]