This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
596e09aaf9
discourse
/
app
/
assets
/
javascripts
/
admin
/
components
/
flagged-post-title.js.es6
4 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
FEATURE: New modal to show flags received for a user
2018-01-17 13:03:14 -05:00
export default Ember.Component.extend({
DEV: introduces prettier for es6 files
2018-06-15 11:03:24 -04:00
tagName: "h3"
FEATURE: New modal to show flags received for a user
2018-01-17 13:03:14 -05:00
});