use triangles unicode for now instead of check & x

This commit is contained in:
Tyler Renelle 2012-02-02 10:55:32 -05:00
parent a9e46e1ca4
commit c42718a3e7

View file

@ -13,8 +13,8 @@
%>
<% if habit.habit_type==Habit::ALWAYS %>
<%= link_to("", { :action => "vote", :id => habit.id, :vote => 'up' }, :remote=>true) if habit.up %>
<%= link_to("X", { :action => "vote", :id => habit.id, :vote => 'down' }, :remote=>true) if habit.down %>
<%= link_to("", { :action => "vote", :id => habit.id, :vote => 'up' }, :remote=>true) if habit.up %>
<%= link_to("", { :action => "vote", :id => habit.id, :vote => 'down' }, :remote=>true) if habit.down %>
<%= raw name %> (<%= habit.score.to_i %>)
<% elsif habit.habit_type==Habit::DAILY %>
<% if habit.done %>