Make the docs link and the repo links in the build logs open in new tabs.

This commit is contained in:
jakedt 2014-02-13 15:08:10 -05:00
parent 2bc3df1c3e
commit c856908161
2 changed files with 2 additions and 2 deletions

View file

@ -2547,7 +2547,7 @@ quayApp.directive('buildLogCommand', function () {
return title;
}
return '<i class="fa fa-hdd-o"></i> <a href="' + registryHandlers[registry](pieces) + '">' + title + '</a>';
return '<i class="fa fa-hdd-o"></i> <a href="' + registryHandlers[registry](pieces) + '" target="_blank">' + title + '</a>';
}
};