-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE ember-glimmer-angle-bracket-built-ins]
Implement `<LinkTo />`.
- Loading branch information
1 parent
97abb38
commit 65b9e90
Showing
10 changed files
with
4,816 additions
and
791 deletions.
There are no files selected for viewing
2,449 changes: 1,695 additions & 754 deletions
2,449
packages/@ember/-internals/glimmer/lib/components/link-to.ts
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{{#if linkTitle}}{{linkTitle}}{{else}}{{yield}}{{/if}} | ||
{{~#if (has-block)~}} | ||
{{yield}} | ||
{{~else~}} | ||
{{this.linkTitle}} | ||
{{~/if~}} |
Oops, something went wrong.