Skip to content
Snippets Groups Projects
Unverified Commit 37605791 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #3948 from aydreeihn/issue/ticket-preview-collabs

Issue/ticket preview collabs
parents cee3222d 30de43d0
No related branches found
No related tags found
No related merge requests found
......@@ -142,8 +142,8 @@ echo '</div>'; // ticket preview content.
<br>
<?php
echo sprintf('<span><a class="collaborators"
href="#tickets/%d/collaborators">%s</a></span>',
$ticket->getId(),
href="#thread/%d/collaborators">%s</a></span>',
$thread->getId(),
$thread && $thread->getNumCollaborators()
? __('Manage Collaborators') : __('Add Collaborator')
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment