| Línea 952... |
Línea 952... |
| 952 |
$comment['user_url'] = str_replace('[uuid]', $user->uuid, $user_profile_url);
|
952 |
$comment['user_url'] = str_replace('[uuid]', $user->uuid, $user_profile_url);
|
| 953 |
$comment['user_name'] = $user->first_name . ' ' . $user->last_name;
|
953 |
$comment['user_name'] = $user->first_name . ' ' . $user->last_name;
|
| 954 |
}
|
954 |
}
|
| Línea 955... |
Línea 955... |
| 955 |
|
955 |
|
| - |
|
956 |
$comment['link_delete'] = $this->url()->fromRoute('feeds/comments/delete',['id' => $feed->uuid, 'comment' => $record->uuid ]);
|
| 956 |
$comment['link_delete'] = $this->url()->fromRoute('feeds/comments/delete',['id' => $feed->uuid, 'comment' => $record->uuid ]);
|
957 |
$comment['link_answer_add'] = $this->url()->fromRoute('feeds/comments/answer',['id' => $feed->uuid, 'comment' => $record->uuid ]);
|
| 957 |
$comment['time_elapsed'] = Functions::timeElapsedString($dt->getTimestamp());
|
958 |
$comment['time_elapsed'] = Functions::timeElapsedString($dt->getTimestamp());
|