Skip to content

Commit

Permalink
fix: add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Jun 28, 2017
1 parent 8697111 commit 80d2f50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/Helper/CrudViewHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ public function formatTime($field, $value, array $options)
if (is_int($value) || is_string($value) || $value instanceof DateTime) {
return $this->Time->nice($value, $format);
}

return $this->Html->label(__d('crud', 'N/A'), 'info');
}

Expand Down

0 comments on commit 80d2f50

Please sign in to comment.