add fax csv

This commit is contained in:
wvengen 2014-03-06 16:26:16 +01:00
parent 03585e272f
commit 48e9a3e4f5
5 changed files with 80 additions and 26 deletions

View file

@ -56,6 +56,7 @@
%li= order_pdf(@order, :matrix, t('.download.matrix_pdf'))
%li= order_pdf(@order, :fax, t('.download.fax_pdf'))
%li= link_to t('.download.fax_txt'), order_path(@order, format: :txt), {title: t('.download.download_file')}
%li= link_to t('.download.fax_csv'), order_path(@order, format: :csv), {title: t('.download.download_file')}
- if @order.open?
= link_to t('.action_end'), finish_order_path(@order), method: :post, class: 'btn btn-success',