1
0

Added adjusting ingredient amount

This commit is contained in:
cryptogopher
2020-04-19 21:50:59 +02:00
parent 03d0a56474
commit 66cd7926e8
5 changed files with 15 additions and 7 deletions

View File

@@ -0,0 +1,2 @@
$('tr[id=ingredient-<%= @ingredient.id %>] td.amount span')
.html('<%= j "#{@ingredient.amount}" %>');