mirror of
https://gitee.com/dcren/initializr.git
synced 2026-06-29 02:21:54 +08:00
Add title popovers to navbar links (fixes gh-15)
This commit is contained in:
@@ -15,17 +15,17 @@
|
||||
</a>
|
||||
<ul class="nav">
|
||||
<li>
|
||||
<a href="/">
|
||||
<a href="/" title="Download a template project or build file with some very basic content.">
|
||||
Projects
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/spring.zip">
|
||||
<a href="/spring.zip" title="Download the spring CLI as a zip distribution (unpack and run bin/spring on a command line).">
|
||||
Download
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/install.sh">
|
||||
<a href="/install.sh" title="Installer for the spring CLI command on Un*x-like system (should work on Linux, Mac or Cygwin). Curl this link and pipe to bash, or download the script and run it.">
|
||||
Installer
|
||||
</a>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user