%= render partial: 'shared/header', locals:
{ links: [["ライセンス管理", license_path],
["ESET一覧", '#']]} %>
<%= form_for(Good.new) do |f| %>
<% @sum.each do |customer| %>
<% history = customer[1][0] %>
<% good = Good.find(history.good_id) %>
<%= history.memo5 %>
<%= customer[1][1] %>
<%= history.date %>
<%= link_to '詳細', eset_show_path(history.memo4), class: "w8-button l-blue del" %>
<% end %>
<% end %>
<% if false %>
<%= link_to "項目追加", goods_new_path(@id), class: "w8-button l-blue small" %>
<% end %>