- <%= pluralize(@debate.total_votes, t("debates.debate.vote"), t("debates.debate.votes")) %>
-
-
- <%= link_to vote_debate_path(@debate, value: 'yes', partial: 'votes'),
- class: "like", title: t('votes.agree'), method: "post", remote: true do %>
-
- <%= percentage('likes', @debate) %>
- <% end %>
-
-
-
-
-
- <%= link_to vote_debate_path(@debate, value: 'no', partial: 'votes'),
- class: "unlike", title: t('votes.disagree'), method: "post", remote: true do %>
-
- <%= percentage('dislikes', @debate) %>
- <% end %>
-
+
+
+ <%= link_to vote_debate_path(debate, value: 'yes'),
+ class: "like", title: t('votes.agree'), method: "post", remote: true do %>
+
+ <%= percentage('likes', debate) %>
+ <% end %>
+
+
+
+
+ <%= link_to vote_debate_path(debate, value: 'no'), class: "unlike", title: t('votes.disagree'), method: "post", remote: true do %>
+
+ <%= percentage('dislikes', debate) %>
+ <% end %>
+
+
+
+ <%= pluralize(debate.total_votes, t("debates.debate.vote"), t("debates.debate.votes")) %>
+
\ No newline at end of file
diff --git a/app/views/debates/_votes_min.html.erb b/app/views/debates/_votes_min.html.erb
deleted file mode 100644
index 204890293..000000000
--- a/app/views/debates/_votes_min.html.erb
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- <%= link_to vote_debate_path(debate, value: 'yes', partial: 'votes_min'),
- class: "like inline-block", title: t('votes.agree'), method: "post", remote: true do %>
-
- <%= percentage('likes', debate) %>
- <% end %>
-
-
-
-
- <%= link_to vote_debate_path(debate, value: 'no', partial: 'votes_min'),
- class: "unlike inline-block", title: t('votes.disagree'), method: "post", remote: true do %>
-
- <%= percentage('dislikes', debate) %>
- <% end %>
-
-
-
- <%= pluralize(debate.total_votes, t("debates.debate.vote"), t("debates.debate.votes")) %>
-
-
\ No newline at end of file
diff --git a/app/views/debates/index.html.erb b/app/views/debates/index.html.erb
index a03809525..9f5217270 100644
--- a/app/views/debates/index.html.erb
+++ b/app/views/debates/index.html.erb
@@ -8,7 +8,7 @@
diff --git a/app/views/debates/show.html.erb b/app/views/debates/show.html.erb
index 54c4ff7ee..51537d5a5 100644
--- a/app/views/debates/show.html.erb
+++ b/app/views/debates/show.html.erb
@@ -10,16 +10,19 @@
<%= @debate.description %>