Fixes #828 - Don't call format on a formatted string

This commit is contained in:
James Brooks
2015-07-28 16:09:35 +01:00
parent fea555f2b0
commit 3a44e4a809

View File

@@ -27,7 +27,7 @@
<p>{{ $subscriber->email }}</p>
</div>
<div class="col-xs-3">
<p>{{ $subscriber->created_at->format('Y-m-d H:i:s') }}</p>
<p>{{ $subscriber->created_at }}</p>
</div>
<div class="col-xs-3">
@if(is_null($subscriber->verified_at))