mirror of
https://github.com/flarum/core.git
synced 2025-08-04 23:47:32 +02:00
Implement user hover cards and basic profile pages
This commit is contained in:
7
ember/app/routes/user.js
Normal file
7
ember/app/routes/user.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Route.extend({
|
||||
model: function(params) {
|
||||
return this.store.find('user', params.username);
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user