diff options
Diffstat (limited to 'app/view/issue.php')
-rw-r--r-- | app/view/issue.php | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/app/view/issue.php b/app/view/issue.php index 9fc4a42..2d781ba 100644 --- a/app/view/issue.php +++ b/app/view/issue.php @@ -84,14 +84,7 @@ require_once "class/issue.class.php"; </div> <div class="col-xs-11"> - <strong> - <?=$rm->getAuthor()->getDisplayName()?> - <!-- - <span class="glyphicon glyphicon-edit"></span> - <span class="glyphicon glyphicon-inbox"></span> - --> - </strong> - + <strong><?=$rm->getAuthor()->getDisplayName()?></strong> <small><?=$rm->created?></small> <br /> <?=$rm->renderMesg()?> |