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