* DEV: Rnemae channel path to just c Also swap the channel id and channel slug params to be consistent with core. * linting * channel_path * params in wrong order * Drop slugify helper and channel route without slug * Request slug and route models through the channel model if possible * Add client side redirection for backwards-compatibility Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
8 lines
231 B
Handlebars
8 lines
231 B
Handlebars
{{#if this.channelStatusMessage}}
|
|
<div class="chat-channel-status">
|
|
{{d-icon this.channelStatusIcon}}
|
|
<span>{{this.channelStatusMessage}}</span>
|
|
|
|
<ChatChannelArchiveStatus @channel={{this.channel}} />
|
|
</div>
|
|
{{/if}} |