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




<%= render 'report_form' %>