diff --git a/codepot/src/codepot/views/user_home.php b/codepot/src/codepot/views/user_home.php index 5f5c4eeb..da8a95f9 100644 --- a/codepot/src/codepot/views/user_home.php +++ b/codepot/src/codepot/views/user_home.php @@ -17,7 +17,15 @@ @@ -66,52 +74,45 @@ $num_activities = 0;
+
+
lang->line('Open issues')?>
+
- -
- + +
+
lang->line('Projects')?>
+
    + name} ({$project->id})"; + $anc = anchor ("project/home/{$project->id}", htmlspecialchars($cap)); + $sum = htmlspecialchars ($project->summary); + print "
  • {$anc} - {$sum}
  • "; + } + ?> +
-