diff --git a/app/Models/CommentModel.php b/app/Models/CommentModel.php index bf8e8cef..d9d41abe 100644 --- a/app/Models/CommentModel.php +++ b/app/Models/CommentModel.php @@ -122,7 +122,8 @@ class CommentModel extends \Hleb\Scheme\App\Models\MainModel votes_comment_user_id, id, login, - avatar + avatar, + created_at FROM comments JOIN users ON id = comment_user_id JOIN posts ON comment_post_id = post_id AND post_tl <= :tl diff --git a/app/Models/FacetModel.php b/app/Models/FacetModel.php index 7097cbad..b5e9fc82 100644 --- a/app/Models/FacetModel.php +++ b/app/Models/FacetModel.php @@ -262,6 +262,7 @@ class FacetModel extends \Hleb\Scheme\App\Models\MainModel id, login, avatar, + created_at, is_deleted, about FROM users diff --git a/resources/views/default/_block/navigation/menu-user.php b/resources/views/default/_block/navigation/menu-user.php index 0f09152b..98a6db67 100644 --- a/resources/views/default/_block/navigation/menu-user.php +++ b/resources/views/default/_block/navigation/menu-user.php @@ -8,7 +8,7 @@ $login = $user['login'] ?? false;
- +
diff --git a/resources/views/default/content/comment/comment.php b/resources/views/default/content/comment/comment.php index a40b69c5..2e1af4c4 100644 --- a/resources/views/default/content/comment/comment.php +++ b/resources/views/default/content/comment/comment.php @@ -6,7 +6,7 @@ foreach ($comments as $comment) :
-
+
@@ -25,10 +25,12 @@ foreach ($comments as $comment) :
-
+ diff --git a/resources/views/default/content/facets/topic.php b/resources/views/default/content/facets/topic.php index 9d8e42db..e1cc99b2 100644 --- a/resources/views/default/content/facets/topic.php +++ b/resources/views/default/content/facets/topic.php @@ -30,7 +30,10 @@
  • - () + + + + ()
  • diff --git a/resources/views/default/content/facets/writers.php b/resources/views/default/content/facets/writers.php index 05319b71..705de69d 100644 --- a/resources/views/default/content/facets/writers.php +++ b/resources/views/default/content/facets/writers.php @@ -19,7 +19,9 @@
    + '', 'a' => '']); ?> — diff --git a/resources/views/default/content/post/format-discussion.php b/resources/views/default/content/post/format-discussion.php index f77fd337..b169bf2d 100644 --- a/resources/views/default/content/post/format-discussion.php +++ b/resources/views/default/content/post/format-discussion.php @@ -30,7 +30,7 @@
    - class="green" > + @@ -87,7 +87,7 @@
    - + diff --git a/resources/views/default/content/post/format-qa.php b/resources/views/default/content/post/format-qa.php index 732b579c..35c4e245 100644 --- a/resources/views/default/content/post/format-qa.php +++ b/resources/views/default/content/post/format-qa.php @@ -39,7 +39,9 @@
    - + + + (.) @@ -66,8 +68,10 @@ - - + + + + diff --git a/resources/views/default/content/post/post-card.php b/resources/views/default/content/post/post-card.php index dfcf444d..906fe457 100644 --- a/resources/views/default/content/post/post-card.php +++ b/resources/views/default/content/post/post-card.php @@ -19,7 +19,7 @@ - +
    diff --git a/resources/views/default/content/post/post-view.php b/resources/views/default/content/post/post-view.php index db4062fe..9f18b87e 100644 --- a/resources/views/default/content/post/post-view.php +++ b/resources/views/default/content/post/post-view.php @@ -31,7 +31,7 @@ $blog = $data['blog'][0] ?? null;
    - + diff --git a/resources/views/default/content/user/all.php b/resources/views/default/content/user/all.php index 22059c90..80de8d7f 100644 --- a/resources/views/default/content/user/all.php +++ b/resources/views/default/content/user/all.php @@ -36,7 +36,7 @@