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/discourse/templates/mobile/components
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
..
basic-topic-list.hbs DEV: enforces ember-template-lint: no-unbound (#9147) 2020-03-09 15:28:31 +01:00
categories-only.hbs DEV: enforce ember-template-lint: no-unnecessary-concat (#9133) 2020-03-07 12:58:48 +01:00
categories-with-featured-topics.hbs FEATURE: mobile support for row and box category styles 2017-03-27 13:55:39 -04:00
directory-item.hbs FIX: time read on users directory was not rendering correctly on mobile 2018-01-29 13:31:18 -05:00
mobile-nav.hbs DEV: enforces no-invalid-interactive linting rule (#8907) 2020-02-11 15:55:16 +01:00
navigation-bar.hbs DEV: enforces no-invalid-interactive linting rule (#8907) 2020-02-11 15:55:16 +01:00