diff --git a/client/views/comments/comment_item.html b/client/views/comments/comment_item.html index 2d6cd8351..919e59d9a 100644 --- a/client/views/comments/comment_item.html +++ b/client/views/comments/comment_item.html @@ -7,16 +7,16 @@
{{#each child_comments}} {{> UI.dynamic template=comment_item}} {{/each}} diff --git a/client/views/comments/comment_reply.html b/client/views/comments/comment_reply.html index 0adf1df6f..9074b7aab 100644 --- a/client/views/comments/comment_reply.html +++ b/client/views/comments/comment_reply.html @@ -8,7 +8,7 @@ {{/with}} {{#with comment}} -
+
+
{{#if showApprove}}
| {{_ "approve"}}
{{/if}}
diff --git a/client/views/posts/modules/post_avatars.html b/client/views/posts/modules/post_avatars.html
index c9a0eabd0..eacd47fd0 100644
--- a/client/views/posts/modules/post_avatars.html
+++ b/client/views/posts/modules/post_avatars.html
@@ -1,11 +1,11 @@
-
+
{{> avatar userId=userId shape="circle"}}
{{#if commenters}}
{{#each commenters}}
-
+
{{> avatar userId=this shape="circle"}}
{{/each}}
diff --git a/client/views/posts/modules/post_discuss.html b/client/views/posts/modules/post_discuss.html
index d9c495b66..ac904a227 100644
--- a/client/views/posts/modules/post_discuss.html
+++ b/client/views/posts/modules/post_discuss.html
@@ -1,6 +1,7 @@
-
+
{{commentCount}}
+ {{_ "comments"}}
\ No newline at end of file
diff --git a/client/views/posts/modules/post_info.html b/client/views/posts/modules/post_info.html
index b89ca1871..37bd220e7 100644
--- a/client/views/posts/modules/post_info.html
+++ b/client/views/posts/modules/post_info.html
@@ -1,5 +1,5 @@
-
+
{{baseScore}}
{{pointsUnitDisplayText}}
{{#if postedAt}}{{timeAgo postedAt}}{{/if}}
diff --git a/client/views/posts/modules/post_rank.html b/client/views/posts/modules/post_rank.html
index 9f10a3234..42680d728 100644
--- a/client/views/posts/modules/post_rank.html
+++ b/client/views/posts/modules/post_rank.html
@@ -1,3 +1,3 @@
- {{oneBasedRank}}
+ {{oneBasedRank}}
\ No newline at end of file
diff --git a/client/views/posts/modules/post_upvote.html b/client/views/posts/modules/post_upvote.html
index 876ad63f7..e786409ac 100644
--- a/client/views/posts/modules/post_upvote.html
+++ b/client/views/posts/modules/post_upvote.html
@@ -1,11 +1,13 @@
{{#if upvoted}}
-
+
+ {{_ "upvoted"}}
{{else}}
-
+
+ {{_ "upvote_"}}
{{/if}}
\ No newline at end of file
diff --git a/client/views/posts/post_list/posts_list.html b/client/views/posts/post_list/posts_list.html
index 4512f0f33..2a1b6d757 100644
--- a/client/views/posts/post_list/posts_list.html
+++ b/client/views/posts/post_list/posts_list.html
@@ -1,7 +1,7 @@
{{> UI.dynamic template=postsListIncoming data=incoming}}
-
+
{{#each postsCursor}}
{{> UI.dynamic template=before_post_item}}
{{> UI.dynamic template=post_item}}
diff --git a/client/views/users/profile/user_info.html b/client/views/users/profile/user_info.html
index 22b03db78..ed1883971 100644
--- a/client/views/users/profile/user_info.html
+++ b/client/views/users/profile/user_info.html
@@ -2,7 +2,7 @@
- {{> avatar user=this size="large" shape="circle"}}
+ {{> avatar user=this size="large" shape="circle"}}
{{#if isAdmin}}
diff --git a/client/views/users/user_item.html b/client/views/users/user_item.html
index a25b9dd3a..f5c194219 100644
--- a/client/views/users/user_item.html
+++ b/client/views/users/user_item.html
@@ -1,6 +1,6 @@
- {{> avatar user=this shape="circle"}}
+ {{> avatar user=this shape="circle"}}
{{displayName}}
+
-
+
{{/if}}
{{> UI.dynamic template=comment_item}}
{{/with}} diff --git a/client/views/posts/modules/post_admin.html b/client/views/posts/modules/post_admin.html index 4d2979acb..d7ba0c313 100644 --- a/client/views/posts/modules/post_admin.html +++ b/client/views/posts/modules/post_admin.html @@ -1,6 +1,6 @@ {{#if isAdmin}} -diff --git a/packages/telescope-embedly/lib/client/post_thumbnail.html b/packages/telescope-embedly/lib/client/post_thumbnail.html index 846dd46ba..80487d0d6 100644 --- a/packages/telescope-embedly/lib/client/post_thumbnail.html +++ b/packages/telescope-embedly/lib/client/post_thumbnail.html @@ -1,8 +1,8 @@ {{#if thumbnailUrl}} -