mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 13:26:22 +00:00
fix: no generar links si la url viene vacía
This commit is contained in:
parent
b091b3212a
commit
e81f188147
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue