物件名
<%= @estimate.name %>
日付
<%= @estimate.date %>
注釈
<%= @estimate.detail %>
<%= link_to files.upload_file_name,
{action: 'download', controller: 'customers', id: files.id}, target: "_blank" %>
<% if root? %> <%= link_to '編集', estimate_edit_path(@customer, @estimate), class: "w8-button l-blue small" %>
<% end %>