% title "Nutrient Weights" %>
| Seq | Amount | Msre Desc | Gm Wgt | Num Data Pts | Std Dev | |||
|---|---|---|---|---|---|---|---|---|
| <%= nutrient_weight.seq %> | <%= nutrient_weight.amount %> | <%= nutrient_weight.msre_desc %> | <%= nutrient_weight.gm_wgt %> | <%= nutrient_weight.num_data_pts %> | <%= nutrient_weight.std_dev %> | <%= link_to "Show", nutrient_weight %> | <%= link_to "Edit", edit_nutrient_weight_path(nutrient_weight) %> | <%= link_to "Destroy", nutrient_weight, :confirm => 'Are you sure?', :method => :delete %> |
<%= link_to "New Nutrient Weight", new_nutrient_weight_path %>