frontend: fix gitlab icon spacing

fixes: #1888
This commit is contained in:
Lucas Serven 2016-09-28 14:06:10 -07:00
parent 0d805905dc
commit 10a44a9224
4 changed files with 8 additions and 8 deletions

View file

@ -90,7 +90,7 @@ angular.module('quay').factory('TriggerService', ['UtilService', '$sanitize', 'K
'is_enabled': function() {
return Features.GITLAB_BUILD;
},
'icon': 'ci-gitlab',
'icon': 'fa-gitlab',
'title': function() { return 'GitLab Repository Push'; },
'supports_full_directory_listing': false,
'templates': {