mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
FIX: Incorrect group path.
This commit is contained in:
parent
ff1ce175fc
commit
a27dd760b9
1 changed files with 2 additions and 1 deletions
|
@ -386,8 +386,9 @@ export default Ember.Controller.extend({
|
|||
const body = I18n.t('composer.group_mentioned', {
|
||||
group: "@" + group.name,
|
||||
count: group.user_count,
|
||||
group_link: Discourse.getURL(`/group/${group.name}/members`)
|
||||
group_link: Discourse.getURL(`/groups/${group.name}/members`)
|
||||
});
|
||||
|
||||
this.appEvents.trigger('composer-messages:create', {
|
||||
extraClass: 'custom-body',
|
||||
templateName: 'custom-body',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue