From 52cb7270a9c5b99cc349180da656d5d9b52c1a77 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 8 May 2022 18:44:42 +0900 Subject: [PATCH] Set id attributes to action forms in post details page --- templates/posts/details.rs.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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_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)