1
0
mirror of https://github.com/flarum/core.git synced 2025-07-29 20:50:28 +02:00
This commit is contained in:
Franz Liedke
2016-02-10 15:20:52 +01:00
parent 040002b7a2
commit ab920bab05

View File

@@ -48,7 +48,7 @@ app.initializers.add('flarum-mentions', function() {
});
});
// Add add mentions tab in user profile
// Add mentions tab in user profile
app.routes['user.mentions'] = {path: '/u/:username/mentions', component: MentionsUserPage.component()};
extend(UserPage.prototype, 'navItems', function(items) {
const user = this.user;