1
0
mirror of https://github.com/sismics/docs.git synced 2025-05-16 14:14:28 +02:00

Closes : increase version history modal size

This commit is contained in:
Benjamin Gamard 2019-05-02 11:19:08 +02:00
parent d5e73ecd8b
commit cea0d4887d

@ -195,10 +195,14 @@ angular.module('docs').controller('DocumentViewContent', function ($scope, $root
});
};
/**
* Open versions history.
*/
$scope.openVersions = function (file) {
$uibModal.open({
templateUrl: 'partial/docs/file.versions.html',
controller: 'ModalFileVersions',
size: 'lg',
resolve: {
file: function () {
return file;