Improved dashboard styles

This commit is contained in:
Dmitry Khomutov 2017-02-11 16:49:56 +07:00
commit f4083df2a8
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
4 changed files with 15 additions and 13 deletions

View file

@ -141,13 +141,10 @@ class Project extends ProjectBase
$icon = 'bitbucket';
break;
case 'git':
case 'remote':
case 'gitlab':
$icon = 'git';
break;
default:
$icon = 'cog';
$icon = 'code-fork';
break;
}