mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 12:00:55 +01:00
Tiny tweak in Maniphest display of multiple linked revisions.
This commit is contained in:
parent
07b64dc01f
commit
980274b3eb
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class ManiphestTaskDetailController extends ManiphestController {
|
||||||
foreach ($revs as $rev => $info) {
|
foreach ($revs as $rev => $info) {
|
||||||
$rev_links[] = $handles[$rev]->renderLink();
|
$rev_links[] = $handles[$rev]->renderLink();
|
||||||
}
|
}
|
||||||
$rev_links = implode(', ', $rev_links);
|
$rev_links = implode('<br />', $rev_links);
|
||||||
$dict['Revisions'] = $rev_links;
|
$dict['Revisions'] = $rev_links;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue