Add on label tiles a tooltip with the label name.
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
<h3>{{ c.title }}</h3>
|
<h3>{{ c.title }}</h3>
|
||||||
<ul class="labels">
|
<ul class="labels">
|
||||||
<li ng-repeat="label in c.labels"
|
<li ng-repeat="label in c.labels"
|
||||||
style="background-color: #{{ label.color }};">
|
style="background-color: #{{ label.color }};" title="{{ label.title }}">
|
||||||
<span>{{ label.title }}</span>
|
<span>{{ label.title }}</span>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user