Add tooltip to library name

This commit is contained in:
Andrés Moya 2023-08-24 11:28:06 +02:00 committed by Andrés Moya
parent 453c576fdd
commit 027ef48e66

View file

@ -83,7 +83,7 @@
i/library] i/library]
)] )]
[:* [:*
[:span.library-title file-name] [:span.library-title {:title file-name} file-name]
[:span.tool-link {:alt (tr "workspace.assets.open-library") :title (tr "workspace.assets.open-library")} [:span.tool-link {:alt (tr "workspace.assets.open-library") :title (tr "workspace.assets.open-library")}
[:a {:href (str "#" url) [:a {:href (str "#" url)
:target "_blank" :target "_blank"