diff --git a/plugins/chat/assets/javascripts/discourse/chat-route-map.js b/plugins/chat/assets/javascripts/discourse/chat-route-map.js index d303778eae..a005be2715 100644 --- a/plugins/chat/assets/javascripts/discourse/chat-route-map.js +++ b/plugins/chat/assets/javascripts/discourse/chat-route-map.js @@ -6,15 +6,18 @@ export default function () { }); this.route("channel", { path: "/c/:channelTitle/:channelId" }, function () { - this.route("from-params", { path: "/" }); this.route("near-message", { path: "/:messageId" }); + }); - this.route("info", { path: "/info" }, function () { + this.route( + "channel.info", + { path: "/c/:channelTitle/:channelId/info" }, + function () { this.route("about", { path: "/about" }); this.route("members", { path: "/members" }); this.route("settings", { path: "/settings" }); - }); - }); + } + ); this.route("draft-channel", { path: "/draft-channel" }); this.route("browse", { path: "/browse" }, function () { diff --git a/plugins/chat/assets/javascripts/discourse/components/chat-channel-card.hbs b/plugins/chat/assets/javascripts/discourse/components/chat-channel-card.hbs index 0bc79af6c6..a7c4b39bb4 100644 --- a/plugins/chat/assets/javascripts/discourse/components/chat-channel-card.hbs +++ b/plugins/chat/assets/javascripts/discourse/components/chat-channel-card.hbs @@ -10,7 +10,7 @@ >