[Fix #791] Fix a typo preventing to download the Excel file
This commit is contained in:
parent
2241d2604f
commit
3bedb76701
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
%li
|
||||
= link_to "Au format .csv", backoffice_download_dossiers_tps_path(format: :csv, procedure_id: @procedure.id), target: "_blank"
|
||||
%li
|
||||
= link_to "Au format .xls", backoffice_download_dossiers_tps_path(format: :xls, procedure_id: @procedure.id), target: "_blank"
|
||||
= link_to "Au format .xlsx", backoffice_download_dossiers_tps_path(format: :xlsx, procedure_id: @procedure.id), target: "_blank"
|
||||
%li
|
||||
= link_to "Au format .ods", backoffice_download_dossiers_tps_path(format: :ods, procedure_id: @procedure.id), target: "_blank"
|
||||
|
||||
|
|
Loading…
Reference in a new issue