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 eeccd19a982071117e3539462fc90bf0e58a228d..e6bf09405e8aef1f356ed2ab6733913ff28b4c4e 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 %>