mirror of https://github.com/CIRCL/lookyloo
parent
baec36def1
commit
6592531ec1
|
@ -89,7 +89,7 @@ $(document).ready(function () {
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for uuid, page_title, datetime, url, redirects, incomplete_redirects in titles %}
|
{% for uuid, page_title, datetime, url, redirects, incomplete_redirects in titles %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td data-search="{{ page_title }} {{ url }}">
|
||||||
<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>
|
||||||
{{ shorten_string(url, 50, with_title=True) }}
|
{{ shorten_string(url, 50, with_title=True) }}
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue