fix(torrents): fixed torrent detail page tab icon issue

This commit is contained in:
OldHawk
2018-06-13 17:48:29 +08:00
parent 8bcad897ae
commit e11fbbd728

View File

@@ -618,14 +618,14 @@
vm.torrentTabs.push(
{
icon: 'fa-file-video-o',
icon: 'fa-file-video',
title: $translate.instant('TAB_TORRENT_INFO'),
templateUrl: 'torrentInfo.html',
ng_show: true,
badges: []
},
{
icon: 'fa-file-text',
icon: 'fa-file-alt',
title: $translate.instant('TAB_USER_SCREENSHOTS'),
templateUrl: 'screenshots.html',
ng_show: vm.showScreenshotsTab(),
@@ -637,7 +637,7 @@
]
},
{
icon: 'fa-file-text',
icon: 'fa-image',
title: $translate.instant('TAB_USER_SUBTITLE'),
templateUrl: 'subtitleInfo.html',
ng_show: vm.showSubtitleTab(),