mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 16:02:46 +08:00
UX: Show the info icon outside the tooltip (#22696)
This commit is contained in:
parent
a295298649
commit
132bd375f6
|
@ -57,7 +57,9 @@ export default createWidget("summary-box", {
|
|||
new RenderGlimmer(
|
||||
this,
|
||||
"div",
|
||||
hbs`{{@data.summarizedOn}}<DTooltip @placement="top-end">{{d-icon "info-circle"}}
|
||||
hbs`{{@data.summarizedOn}}
|
||||
{{d-icon "info-circle"}}
|
||||
<DTooltip @placement="top-end">
|
||||
{{i18n "summary.model_used" model=@data.attrs.summarizedBy}}
|
||||
</DTooltip>`,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user