mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
Display cost for rewards
This commit is contained in:
parent
ee4a9e376d
commit
4546268519
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@
|
|||
<li id="reward_<%= reward.id %>" class="reward">
|
||||
<%= link_to(image_tag('dollar.png'), { :controller=>"rewards", :action => "buy", :id => reward.id }, :remote=>true) %>
|
||||
<%= reward.name %>
|
||||
($<%= reward.value %>)
|
||||
<div class='edit'>
|
||||
<%= link_to 'Edit', edit_reward_path(reward) %>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue