This repository was archived by the owner on Mar 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
ember/app/components/top-nav Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments