Merge pull request #4719 from takluyver/i3992

Add title for link to root folder
This commit is contained in:
Thomas Kluyver 2019-06-25 17:45:54 +02:00 committed by GitHub
commit a088ec7658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -386,6 +386,7 @@ define([
var root = $('<li/>').append(
$("<a/>")
.attr('href', root_url)
.attr('title', i18n.msg._('Link to root folder'))
.append(
$("<i/>")
.addClass('fa fa-folder')