mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 20:04:42 +08:00
UX: chat channel title links to channel settings (#25785)
This commit is contained in:
@ -4,7 +4,7 @@ import ChannelTitle from "discourse/plugins/chat/discourse/components/channel-ti
|
||||
const ChatNavbarChannelTitle = <template>
|
||||
{{#if @channel}}
|
||||
<LinkTo
|
||||
@route="chat.channel.info.members"
|
||||
@route="chat.channel.info.settings"
|
||||
@models={{@channel.routeModels}}
|
||||
class="c-navbar__channel-title"
|
||||
>
|
||||
|
Reference in New Issue
Block a user