-
-
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 c74e377
Showing
10 changed files
with
4,797 additions
and
789 deletions.
There are no files selected for viewing
2,436 changes: 1,684 additions & 752 deletions
2,436
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.