Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
10 lines
423 B
PHP
10 lines
423 B
PHP
<div class="event-icon">
|
|
<img src="img/dashboard/call_{{ $event['nature_of_operation'] }}.png">
|
|
</div>
|
|
|
|
<div class="event-description">
|
|
<a href="{{ route('people.show', $event['contact_id']) }}" id="call_{{ $event['nature_of_operation'] }}_{{ $event['object_id'] }}">
|
|
{{ trans('dashboard.event_'.$event['nature_of_operation'].'_'.$event['object_type'], ['name' => $event['contact_complete_name']]) }}
|
|
</a>
|
|
</div>
|