%= 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(customer[0]), class: "w8-button l-blue del" %>
<% end %>
<% end %>
<%= link_to "項目追加", set_sakura_path(@new_good), class: "w8-button l-blue small" %>