From 9f009fcaba16c8b3ae364fc5e49c66b3121faa49 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Mon, 20 Jun 2022 17:32:30 +0200 Subject: [PATCH] typo --- .../communication/blocks/templates/posts/_preview.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/admin/communication/blocks/templates/posts/_preview.html.erb b/app/views/admin/communication/blocks/templates/posts/_preview.html.erb index eeccd19a9..e6bf09405 100644 --- a/app/views/admin/communication/blocks/templates/posts/_preview.html.erb +++ b/app/views/admin/communication/blocks/templates/posts/_preview.html.erb @@ -4,8 +4,6 @@ <% end %> <% @block.template.selected_posts.each do |post| %> <h3 class="h5"><%= post %></h3> - <p> - <%= post.description_short %> - </p> + <p><%= post.description_short %></p> <% end %> <% end %> -- GitLab