Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 8a138aa

Browse files
committed
feat(ember): version indicator/tooltip
1 parent a71c01d commit 8a138aa

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

ember/app/components/top-nav/template.hbs

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,26 @@
44
>
55
<nav class="navbar-container" uk-navbar>
66
<div class="uk-navbar-left">
7-
<LinkTo @route="projects" class="uk-navbar-item uk-logo uk-visible@m">
8-
Outdated
9-
</LinkTo>
7+
<div class="uk-navbar-item uk-logo uk-visible@m">
8+
<LinkTo
9+
{{uk-tooltip (concat "v" (app-version versionOnly=true))}}
10+
@route="projects"
11+
class="uk-link-reset"
12+
>
13+
Outdated
14+
</LinkTo>
15+
</div>
1016

1117
<ul class="button-nav uk-hidden@m">
1218
<li>
1319
<LinkTo
1420
@route="projects.index"
1521
@current-when="projects.index projects.detailed not-found"
1622
class="uk-hidden@m"
23+
{{uk-tooltip
24+
(concat "v" (app-version versionOnly=true))
25+
offset=false
26+
}}
1727
>Outdated</LinkTo>
1828
</li>
1929
</ul>

0 commit comments

Comments
 (0)