Skip to content

Commit

Permalink
Center status cell in featured article
Browse files Browse the repository at this point in the history
  • Loading branch information
Quy committed Jun 7, 2020
1 parent b82c8a1 commit 177c446
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -237,7 +237,7 @@
->render((int) $item->featured, $i, $options, $item->featured_up, $item->featured_down);
?>
</td>
<td class="article-status">
<td class="article-status text-center">
<?php
$options = [
'task_prefix' => 'articles.',
Expand Down

0 comments on commit 177c446

Please sign in to comment.