Fix spelling mistake in IncidentPresenter@created_at_formatted

This commit is contained in:
James Brooks
2015-02-28 20:26:55 +00:00
parent cf6f38d6d1
commit 1aacf1969d
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
<strong>{{ $incident->name }}</strong>
<br>
<small class="date">
<abbr class="timeago" data-toggle="tooltip" data-placement="right" title="{{ $incident->created_at_formated }}" data-timeago="{{ $incident->created_at_iso }}">
<abbr class="timeago" data-toggle="tooltip" data-placement="right" title="{{ $incident->created_at_formatted }}" data-timeago="{{ $incident->created_at_iso }}">
</abbr>
</small>
</div>