mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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(
|
new RenderGlimmer(
|
||||||
this,
|
this,
|
||||||
"div",
|
"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}}
|
{{i18n "summary.model_used" model=@data.attrs.summarizedBy}}
|
||||||
</DTooltip>`,
|
</DTooltip>`,
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user