FIX Use clock icon for scheduled posts

This commit is contained in:
Raissa North 2018-01-25 08:46:05 +13:00
parent dd66125f3a
commit c122f17d91
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ class GridFieldBlogPostState extends GridFieldSiteTreeState
$publishDate = $record->dbObject('PublishDate');
if (strtotime($record->PublishDate) > time()) {
return '<i class="font-icon-back-in-time mr-2"></i> ' . _t(
return '<i class="font-icon-clock mr-2"></i> ' . _t(
__CLASS__ . '.Timer',
'Publish at {date}',
'State for when a post is published.',