]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/osqaadmin/nodeman.html
Last minute fix.
[osqa.git] / forum / skins / default / templates / osqaadmin / nodeman.html
index 5c5c44efd3317190dcfad81cc61b23631f005c32..174d8bf71f313d085a3139e0d8b8f2ddc4ab6499 100644 (file)
                         {% ifequal filter_form.node_type.data "all" %}
                             <th>{{ node.friendly_name }}</th>
                         {% endifequal %}
-                        <td><a href="{{ node.get_absolute_url }}" target="_blank">{{ node.headline }}</a></td>
+                        <td><a href="{{ node.get_absolute_url }}" title="{{ node.summary }}" target="_blank">{{ node.headline }}</a></td>
                         <td><a href="{{ node.author.get_absolute_url  }}">{{ node.author.username }}</a></td>
                         <td>{% diff_date node.added_at %}</td>
                         <td>{{ node.score }}</td>