discourse/app/assets
Jarek Radosz c3045e6828
FIX: Don't try to load badges if there none left (#13695)
Converted `actions` hash to `@action` and added:

```
if (!this.canLoadMore) {
  return;
}
```
2021-07-14 14:42:31 +10:00
..
images DEV: Add SCSS helper to replace asset-uri and image-uri (#12664) 2021-04-12 13:57:39 +10:00
javascripts FIX: Don't try to load badges if there none left (#13695) 2021-07-14 14:42:31 +10:00
stylesheets FIX: Use rem for font sizes in post headings (#13720) 2021-07-14 11:15:58 +10:00