Merge pull request #69 from FafnerKeyZee/master

adding link to / on the logo in tree view
pull/79/head
Raphaël Vinot 2020-03-19 14:01:42 +01:00 committed by GitHub
commit 43de086628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
var treeData = {{ tree_json | safe }};
</script>
<div id=lookyloo-icon></div>
<a id="lookyloo-icon" href="/" ></a>
<div id=screenshot class="collapse">
<img src="{{ url_for('image', tree_uuid=tree_uuid) }}" class="img-fluid"/>
</div>