diff --git a/templates/posts/details.rs.html b/templates/posts/details.rs.html index a6674748..ce881d3b 100644 --- a/templates/posts/details.rs.html +++ b/templates/posts/details.rs.html @@ -78,7 +78,7 @@ @if ctx.2.is_some() {
-
+

@n_likes

@@ -89,7 +89,7 @@ }
-
+

@n_reshares

@@ -108,14 +108,14 @@ ))

-
-
+

@i18n!(ctx.1, "Comments")

@if ctx.2.is_some() { - + @(Input::new("warning", i18n!(ctx.1, "Content warning")) .default(&comment_form.warning) .error(&comment_errors)