From c42718a3e7c395978628782dc19b158ddcbc0077 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Thu, 2 Feb 2012 10:55:32 -0500 Subject: [PATCH] use triangles unicode for now instead of check & x --- app/views/habits/_habit.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/habits/_habit.html.erb b/app/views/habits/_habit.html.erb index 4d3203957d..062f6b9690 100644 --- a/app/views/habits/_habit.html.erb +++ b/app/views/habits/_habit.html.erb @@ -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 %>