From: Mischa POSLAWSKY Date: Wed, 15 Dec 2010 03:40:22 +0000 (+0100) Subject: browser: link to parent feature X-Git-Tag: v1.4~7 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/dfd6cdd6706322d9d9e54e2a89b3a867ec23ed59 browser: link to parent feature Relationships available since 2010-12-14 update. --- diff --git a/browser.plp b/browser.plp index 7c494e9..d368dbb 100644 --- a/browser.plp +++ b/browser.plp @@ -241,6 +241,9 @@ sub saytitlecol { printf 'Resources: %s.', join(', ', map { sprintf '%s', EscapeHTML($_->{url}), $_->{title} } @$_) for grep { @$_ } $row->{links} // (); + printf '
Parent feature: %s.', join(', ', map { + sprintf '%s', EscapeHTML("#$_"), $caniuse->{data}->{$_}->{title} + } $_) for $row->{parent} || (); print ''; }