Remove double slashes in directives (fixes #2143)
This commit is contained in:
@@ -2,6 +2,6 @@ angular.module('syncthing.transfer')
|
||||
.directive('failedFilesModal', function () {
|
||||
return {
|
||||
restrict: 'A',
|
||||
templateUrl: 'syncthing/transfer//failedFilesModalView.html'
|
||||
templateUrl: 'syncthing/transfer/failedFilesModalView.html'
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user