This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-nomad
Watch
2
Star
0
Fork
You've already forked open-nomad
0
Code
Issues
1
Pull requests
Packages
Releases
Wiki
Activity
57f694ff2e
open-nomad
/
ui
/
app
/
templates
/
components
/
list-table
/
table-body.hbs
4 lines
68 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Add explicit this to templates (#8388) This is the result of running the no-implicit-this-codemod, some manual fixes, and the addition of a linting rule to prevent future ambiguity.
2020-07-09 20:19:07 +00:00
{{
#
each
this
.rows
key
=
this
.key
as
|
row
|
}}
sync
2017-09-19 14:47:10 +00:00
{{
yield
row
}}
{{
/
each
}}
Reference in a new issue
Copy permalink