discourse/app/assets/javascripts/truth-helpers/addon
Joffrey JAFFEUX 1a2bf52656
DEV: adds includes helper to templates (#18259)
Usage :

```
{{#if (includes fooArray foo)}}
```

```
{{#if (includes fooString foo)}}
```
2022-09-15 14:20:37 +02:00
..
helpers DEV: adds includes helper to templates (#18259) 2022-09-15 14:20:37 +02:00
utils
.gitkeep