fix: Properly handle long URLs

pull/67/head
Raphaël Vinot 2020-02-10 18:09:40 +01:00
parent c36ee7c53f
commit fcdbad4a3c
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,8 @@
{% for uuid, page_title, date, time, url, redirects in titles %} {% for uuid, page_title, date, time, url, redirects in titles %}
<tr> <tr>
<td> <td>
<p title="{{ page_title }}"><a href="{{ url_for('tree', tree_uuid=uuid) }}">{{ page_title }}</a></p> <p title="{{ page_title }}"><a href="{{ url_for('tree', tree_uuid=uuid) }}">{{ page_title }}</a></p>
<div id="url">{{ url }}</div> <p title="{{ url }}">{{ url }}</div>
</td> </td>
<td>{{ date }} {{ time }}</td> <td>{{ date }} {{ time }}</td>
<td> <td>