<table class="table">
<thead>
<tr>
<th>NDBN</th>
<th>Name</th>
</tr>
</thead>
<% @foods.each do |f| %>
<th><%= f.ndbn %></th>
<th><%= link_to f.long_description, '#', class: 'food_result', data: {ndbn: f.ndbn} %></th>
<% end %>
</table>