aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.html b/views/index.html
index a1d7aa4..27ef7c7 100644
--- a/views/index.html
+++ b/views/index.html
@@ -20,7 +20,7 @@
% for repo in sorted(repos.values(), key = lambda r: r.name):
<tr>
<td class="name"><a href="r/{{repo.name}}/">{{repo.name}}</a></td>
- <td class="desc"><a href="r/{{repo.name}}/">{{repo.info.desc}}</a></td>
+ <td class="desc"><a href="r/{{repo.name}}/" title="{{repo.info.desc}}">{{repo.info.desc}}</a></td>
<td><span class="age">{{repo.last_commit_timestamp()}}</span></td>
</tr>
%end