diff --git a/app/views/posts/index.html.erb b/app/views/posts/index.html.erb
index 1018f82..2f371b9 100644
--- a/app/views/posts/index.html.erb
+++ b/app/views/posts/index.html.erb
@@ -3,41 +3,25 @@
-
<%= post.votes.count %>
- - <%= button_to downvote_post_path(post), method: :delete, class: "btn btn-primary btn-xs" do %> - - <% end %> -<%= post.votes.count %>
+ <%= button_to downvote_post_path(post), method: :delete, class: "btn btn-primary btn-xs" do %> + + <% end %> +<%= truncate post.description, length: 400 %>
1540 comments share