diff --git a/app/views/ingredients/nutrients.html.erb b/app/views/ingredients/nutrients.html.erb
index 64a39ca..c8f1597 100644
--- a/app/views/ingredients/nutrients.html.erb
+++ b/app/views/ingredients/nutrients.html.erb
@@ -28,12 +28,8 @@
<% row_class = "ingredient#{' hidden' if i.hidden} #{cycle('odd', 'even')}" %>
-
- <%= link_to '', '#', {
- onclick: "$(this).closest('tr').toggle(); $(this).closest('tr').nextUntil('tr.primary', 'tr').toggle(); return false;",
- class: "icon icon-bullet-closed"
- } %>
- <%= i.name %>
+ |
+ <%= i.name %>
|
<% @primary_quantities.each do |q| %>
@@ -43,12 +39,8 @@
|
-
- <%= link_to '', '#', {
- onclick: "$(this).closest('tr').prev('tr.primary').toggle(); $(this).closest('tr').prev('tr.primary').nextUntil('tr.primary', 'tr').toggle(); return false;",
- class: "icon icon-bullet-open"
- } %>
- <%= i.name %>
+ |
+ <%= i.name %>
|
<% @primary_quantities.each do |q| %>
|