Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cornernote authored Jun 9, 2017
1 parent b2705ab commit 03a7331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/default/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
$items[] = [
'label' => $workflow->id,
'url' => ['view', 'id' => $workflow->id],
'linkOptions' => ['style' => 'color:#fff;background:' . $workflow->getColor()],
];
}
echo Nav::widget([
Expand Down

0 comments on commit 03a7331

Please sign in to comment.