Message ID | 1443708774-26996-43-git-send-email-damien.lespiau@intel.com |
---|---|
State | Accepted |
Headers | show |
diff --git a/patchwork/templates/patchwork/patch-list.html b/patchwork/templates/patchwork/patch-list.html index 9de5c52..8f48dbc 100644 --- a/patchwork/templates/patchwork/patch-list.html +++ b/patchwork/templates/patchwork/patch-list.html @@ -152,7 +152,7 @@ $(document).ready(function() { </td> {% endif %} <td><a href="{% url 'patchwork.views.patch.patch' patch_id=patch.id %}" - >{{ patch.name|default:"[no subject]" }}</a></td> + >{{ patch.name|default:"[no subject]"|truncatechars:100 }}</a></td> <td style="white-space: nowrap;">{{ patch|patch_tags }}</td> <td>{{ patch.date|date:"Y-m-d" }}</td> <td>{{ patch.submitter|personify:project }}</td>