Skip to content

Commit 7ae52f8

Browse files
committed
new-template
1 parent 6857981 commit 7ae52f8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
<li{{ #isInherited }} class="inherited"{{ /isInherited }}>
3+
{{{ linkedName }}}
4+
{{ #isProvidedByExtension }}
5+
{{ #enclosingExtension }}
6+
<sup
7+
class="muted"
8+
title="Available on {{ extendedElement.nameWithGenericsPlain }}">(ext)</sup>
9+
{{ /enclosingExtension }}
10+
{{ /isProvidedByExtension }}
11+
</li>

0 commit comments

Comments
 (0)