This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-10 05:14:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
History
Robin Ward
9ea32bf7d8
Deprecation: Change
{{#each x in y}}
to
{{#each y as |x|}}
2016-05-04 16:18:09 -04:00
..
assets
Deprecation: Change
{{#each x in y}}
to
{{#each y as |x|}}
2016-05-04 16:18:09 -04:00
controllers
…
helpers
…
jobs
…
mailers
…
models
FIX: use site default locale for flag title and body
2016-05-05 00:20:06 +05:30
serializers
…
services
…
views
…