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

物件名

<%= @estimate.name %>

日付

<%= @estimate.date %>

注釈

<%= @estimate.detail %>

<% if @uploaded_file %> <% @uploaded_file.each do |files| %>
<%= link_to files.upload_file_name, {action: 'download', controller: 'customers', id: files.id}, target: "_blank" %>
<% end %> <% end %>











<% if root? %> <%= link_to '編集', estimate_edit_path(@customer, @estimate), class: "w8-button l-blue small" %>
<% end %>