mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Add title attr to thread titles (#25178)
…so it's possible to read them when they're inevitably trunacted
This commit is contained in:
@@ -9,7 +9,7 @@ export default class ChatNavbarTitle extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="c-navbar__title">
|
<div title={{@title}} class="c-navbar__title">
|
||||||
{{#if (has-block)}}
|
{{#if (has-block)}}
|
||||||
{{#if @icon}}
|
{{#if @icon}}
|
||||||
{{icon @icon}}
|
{{icon @icon}}
|
||||||
|
|||||||
Reference in New Issue
Block a user