mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 05:51:41 +00:00
8 lines
262 B
Text
8 lines
262 B
Text
|
%tr{ id: attribute }
|
||
|
%th= post_label_t(attribute, post: post)
|
||
|
%td
|
||
|
%dl
|
||
|
- %i[dtstart dtend].each do |dt|
|
||
|
%dt= post_label_t(attribute, dt, post: post)
|
||
|
%dl= Time.parse %w[date time zone].map { |x| metadata.value[dt.to_s][x] }.join(' ')
|