aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorxando <sebastian.pawlus@gmail.com>2014-07-09 09:51:51 +0200
committerxando <sebastian.pawlus@gmail.com>2014-07-09 09:51:51 +0200
commit2006699984ff0d9a0f42ea439141181c2ee763df (patch)
tree70505406f783cead2e6603ed7473b3df48c7166d /static
parentd177f97900a4920a579db3a453ca0e2cc73472b0 (diff)
title added
Diffstat (limited to 'static')
-rw-r--r--static/testreporter/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/testreporter/templates/index.html b/static/testreporter/templates/index.html
index 2c7f16a..cdd3618 100644
--- a/static/testreporter/templates/index.html
+++ b/static/testreporter/templates/index.html
@@ -23,7 +23,7 @@
<tr ng-repeat="tag in tags">
<td><a ng-href="#//tag.id//">//tag.id//</a></td>
<td><a ng-href="#//tag.id//">//tag.name//</a></td>
- <td><span class="badge pull-right">//tag.builds.length//</span></td>
+ <td title="builds attached"><span class="badge pull-right">//tag.builds.length//</span></td>
</tr>
</tbody>
</table>