Merge branch 'master' into tutorial

Conflicts:
	static/directives/header-bar.html
This commit is contained in:
jakedt 2014-02-13 16:54:02 -05:00
commit 8135e0266e
4 changed files with 3 additions and 4 deletions

View file

@ -2550,7 +2550,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>';
}
};