Merge pull request #4719 from takluyver/i3992

Add title for link to root folder
Thomas Kluyver 7 years ago committed by GitHub
commit a088ec7658
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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')

Loading…
Cancel
Save