From 16e21fc27e0949a11d5be7956932ccac8b01bda2 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Wed, 15 Aug 2012 16:19:49 +0200 Subject: truncate module names after 40 chars --- templates/module_show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/module_show.html b/templates/module_show.html index ea27e05..56fcf15 100644 --- a/templates/module_show.html +++ b/templates/module_show.html @@ -7,7 +7,7 @@ {% for name,oid in files %}
  • {{name|truncate(50,True)}} + oid=oid)}}">{{name|truncate(40,True)}}
  • {% endfor %} -- cgit v1.2.3-1-g7c22