%= render partial: 'shared/header', locals:{ links: [["月次請求", '#']]}%>
<%= @year %>年<%= @month %>月請求
<%= link_to '項目名', receit_path(@year, @month, @sort1) %>
<%= link_to '請求日', receit_path(@year, @month, @sort2) %>
<%= link_to '金額', receit_path(@year, @month, @sort3) %>
<%= link_to '受領済', receit_path(@year, @month, @sort5) %>
<%= link_to '請求先', receit_path(@year, @month, @sort4) %>
メモ
<%= name.truncate(30) %>
<%= date2 %>
<%= memo4 %>円
<%= memo5 %>
<%= memo2.truncate(20) %>
<%= memo3.truncate(20) %>
<%= link_to memo7.truncate(25), {action: 'goods_download', id: memo8}, target: "_blank", class: " memo10 " %>
<% end %>