From 4546268519a1fd1119d348b0ba82dcea52cb256c Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 6 Feb 2012 13:14:33 -0500 Subject: [PATCH] Display cost for rewards --- app/views/habits/index.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/habits/index.html.erb b/app/views/habits/index.html.erb index 79ba6385ba..bf29ae6a52 100644 --- a/app/views/habits/index.html.erb +++ b/app/views/habits/index.html.erb @@ -59,6 +59,7 @@
  • <%= link_to(image_tag('dollar.png'), { :controller=>"rewards", :action => "buy", :id => reward.id }, :remote=>true) %> <%= reward.name %> + ($<%= reward.value %>)
    <%= link_to 'Edit', edit_reward_path(reward) %>