<%= render partial: 'shared/header', locals: { links: [[@customer.name.truncate(6), @customer], ["見積書一覧", estimate_show_path(@customer)], ["見積書詳細", estimate_lookup_path(@customer, @estimate)], ["見積書編集", "#"]]} %> <%= render 'customers/sidebar' %> <%= render partial: 'customers/title', locals: { title: @customer.name + " 見積書編集"} %>




<%= render 'form' %>