gui: Convert URLs in warning messages to HTML links (fixes #3241)

Skip-check: metalint (annoying timeout)

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3747
This commit is contained in:
kwhite17
2016-11-21 08:27:44 +00:00
committed by Jakob Borg
parent 1392589d36
commit 0d55d8c5b0
3 changed files with 653 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
var syncthing = angular.module('syncthing', [
'angularUtils.directives.dirPagination',
'pascalprecht.translate',
'pascalprecht.translate', 'ngSanitize',
'syncthing.core'
]);