mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 21:36:21 +00:00
This commit is contained in:
parent
a6195fbccc
commit
927f92d985
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
- row[:urls].each do |url|
|
||||
%tr
|
||||
%th{ scope: 'row' }= row[:title]
|
||||
%td= link_to_if (url.present? && uri.scheme.present?), url.to_s, url.to_s, class: 'word-break-all'
|
||||
%td= link_to_if (url.present? && url.scheme.present?), url.to_s, url.to_s, class: 'word-break-all'
|
||||
%td
|
||||
%time{ datetime: row[:seconds][:machine] }= row[:seconds][:human]
|
||||
%td= row[:size]
|
||||
|
|
Loading…
Reference in a new issue