diff --git a/src/main/twirl/issues/issues.scala.html b/src/main/twirl/issues/issues.scala.html
index df3bf99..57af3e0 100644
--- a/src/main/twirl/issues/issues.scala.html
+++ b/src/main/twirl/issues/issues.scala.html
@@ -127,12 +127,12 @@
}
#@issue.issueId
- Opened by
@issue.openedUserName @datetime(issue.registeredDate)
+ Opened by
@issue.openedUserName @datetime(issue.registeredDate)
@if(commentCount == 1){
- 1 comment
+
}
@if(commentCount > 1){
- @commentCount comments
+
}
@@ -173,42 +173,3 @@
});
}
-
\ No newline at end of file