From 4c4aa597b6fcc6411e53ac4766c17d0b35f4b0c5 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 6 May 2014 13:57:38 +0000 Subject: [PATCH] changed the site home page --- codepot/src/codepot/views/site_home.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codepot/src/codepot/views/site_home.php b/codepot/src/codepot/views/site_home.php index 7e300d16..4705db62 100644 --- a/codepot/src/codepot/views/site_home.php +++ b/codepot/src/codepot/views/site_home.php @@ -237,6 +237,7 @@ foreach ($latest_projects as $project) $xid = $this->converter->AsciiToHex ((string)$issue->id); $owner = $issue->owner; + $proissueanc = anchor ("issue/home/{$issue->projectid}", $pro); $anc = anchor ("issue/show/{$issue->projectid}/{$xid}", '#' . htmlspecialchars($issue->id)); $status = htmlspecialchars( @@ -247,7 +248,7 @@ foreach ($latest_projects as $project) $issue_type_array[$issue->type]: $issue->type); $sum = htmlspecialchars ($issue->summary); - print "
  • {$owner} {$pro} {$anc} {$type} {$status} - {$sum}
  • "; + print "
  • {$owner} | {$proissueanc} | {$anc} | {$type} {$status} - {$sum}
  • "; } ?>