diff --git a/src/app/pages/user/usercomments/usercomments.page.html b/src/app/pages/user/usercomments/usercomments.page.html
index da422a0..2636949 100644
--- a/src/app/pages/user/usercomments/usercomments.page.html
+++ b/src/app/pages/user/usercomments/usercomments.page.html
@@ -1,5 +1,9 @@
+
+
+
diff --git a/src/app/ui/comment/comment.ui.scss b/src/app/ui/comment/comment.ui.scss
index c997d12..9a4a9e2 100644
--- a/src/app/ui/comment/comment.ui.scss
+++ b/src/app/ui/comment/comment.ui.scss
@@ -1,9 +1,9 @@
-small a {
+small > a {
color: inherit !important;
text-decoration: none;
}
-small a:hover {
+small > a:hover {
color: inherit !important;
text-decoration: underline;
}
diff --git a/src/app/ui/comments/comments.ui.html b/src/app/ui/comments/comments.ui.html
index 1eabe63..df82ebd 100644
--- a/src/app/ui/comments/comments.ui.html
+++ b/src/app/ui/comments/comments.ui.html
@@ -6,7 +6,14 @@
+
+
+ {{'comments.nothing' | i18n}}
+
+
+
comments.content.length">
- {{ (parent ? 'comments.subcomments.showMore' : 'comments.showMore') | i18n}}
+ {{ (parent ? 'comments.subcomments.showMore' :
+ 'comments.showMore') | i18n}}
\ No newline at end of file
{{'user.commentsBy' | i18n}}{{username}}
{{'comments.nothing' | i18n}}
+{{'user.entriesBy' | i18n}}{{username}}
+