diff options
author | Malf Furious <m@lfurio.us> | 2018-10-27 17:48:34 -0400 |
---|---|---|
committer | Malf Furious <m@lfurio.us> | 2018-10-27 17:48:34 -0400 |
commit | f5d1b4a5ff98dc953dac78927c6cf2a2de4e7946 (patch) | |
tree | 210c40fa81d519645b2fee48a36d895b162eca00 | |
parent | 91dc4d19fbd5a6621488552d75757ed80e092a9e (diff) | |
download | scrott-f5d1b4a5ff98dc953dac78927c6cf2a2de4e7946.tar.gz scrott-f5d1b4a5ff98dc953dac78927c6cf2a2de4e7946.zip |
Remove unnecessary comment
Signed-off-by: Malf Furious <m@lfurio.us>
-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()?> |