This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/admin/templates/components/site-settings
Joffrey JAFFEUX f1bb1db354
DEV: enforces ember-template-lint: no-unbound (#9147)
From ember-template-lint documentation (https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-unbound.md):

```
{{unbound}} is a legacy hold over from the days in which Ember's template engine was less performant. Its use today is vestigial, and it no longer offers performance benefits.

It is also a poor practice to use it for rendering only the initial value of a property that may later change.
```

Co-Authored-By: Jarek Radosz <jradosz@gmail.com>
2020-03-09 15:28:31 +01:00
..
bool.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
category-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
category.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
color.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
compact-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
enum.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
group-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
host-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
secret-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
string.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
tag-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
upload.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
uploaded-image-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
url-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
value-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00