Skip to content

Commit

Permalink
Show full name in dashboard reminders(fixes monicahq#2608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice187 committed May 20, 2019
1 parent d363d33 commit 0eb2106
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/dashboard/_monthReminder.blade.php
Expand Up @@ -12,7 +12,7 @@
@if ($reminderOutbox->reminder->contact->is_partial)

@php($relatedRealContact = $reminderOutbox->reminder->contact->getRelatedRealContact())
<a href="{{ route('people.show', $relatedRealContact) }}">{{ $relatedRealContact->getIncompleteName() }}</a>
<a href="{{ route('people.show', $relatedRealContact) }}">{{ $relatedRealContact->getNameAttribute() }}</a>

@else

Expand All @@ -27,4 +27,4 @@
<p>{{ trans('dashboard.reminders_none') }}</p>
@endif
</ul>
@endforeach
@endforeach

0 comments on commit 0eb2106

Please sign in to comment.