Add help text to the tabs of the keyeditor. #22

This commit is contained in:
Arpad Csanyi
2016-05-07 20:47:20 +02:00
parent 67127fbced
commit 862a5fdf7d
2 changed files with 11 additions and 1 deletions

View File

@@ -51,7 +51,11 @@
<div class="popover-title menu-tabs">
<ul class="nav nav-tabs popover-menu">
{{#each buttons}}
<li role="presentation"><a href="#" class="menu-tabs--item" data-content="{{content}}"><i class="fa {{icon}}"></i> {{title}}</a></li>
<li role="presentation">
<a href="#" class="menu-tabs--item" title="{{titleHelp}}" data-content="{{content}}">
<i class="fa {{icon}}"></i> {{title}}
</a>
</li>
{{/each}}
</ul>
</div>