removes hashrockets

This commit is contained in:
Juanjo Bazán
2015-07-29 14:27:58 +02:00
parent 146cfbcf84
commit 08671414f2
5 changed files with 10 additions and 10 deletions

View File

@@ -12,14 +12,14 @@
<div class="row votes">
<div class="small-8 column">
<%= link_to debate_votes_path(debate, value: 'yes'), :class => 'in-favor', method: "post" do %>
<%= link_to debate_votes_path(debate, value: 'yes'), class: 'in-favor', method: "post" do %>
<i class="fi-like"></i>
<span><%= percentage('likes', debate) %></span>
<% end %>
<span class="divider"></span>
<%= link_to debate_votes_path(debate, value: 'no'), :class => 'against', method: "post" do %>
<%= link_to debate_votes_path(debate, value: 'no'), class: 'against', method: "post" do %>
<i class="fi-dislike"></i>
<span><%= percentage('dislikes', debate) %></span>
<% end %>