%= render partial: 'shared/header', locals:
{ links: [[@customer.name.truncate(6), @customer],
["写真一覧", picture_show_path(@customer)],
["写真編集", "#"]]} %>
<%= render 'sidebar' %>
<%= render partial: 'title', locals:
{ title: @customer.name + "写真編集"} %>