diff options
| author | Luc Donnet | 2015-04-29 15:09:32 +0200 |
|---|---|---|
| committer | Luc Donnet | 2015-04-29 15:09:32 +0200 |
| commit | 854fb22f32028b283bef0b3a76a6ca0e67f130de (patch) | |
| tree | d5533ebfe76cfe2276ce34a5fbeccc85208c4816 /app/views | |
| parent | 26894617911c89ba23fc4fa9b19820791be24b6d (diff) | |
| download | chouette-core-854fb22f32028b283bef0b3a76a6ca0e67f130de.tar.bz2 | |
Add exported file to export
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/exports/_export.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/exports/_export.erb b/app/views/exports/_export.erb index ac39466c5..92c17e8c8 100644 --- a/app/views/exports/_export.erb +++ b/app/views/exports/_export.erb @@ -17,6 +17,7 @@ </div> </div> <div class="panel-body"> + <p><%= link_to image_tag("icons/file_#{export.filename_extension}.png") + t("exports.show.exported_file"), exported_file_referential_export_path(@referential, export.id) %></p> </div> <div class="panel-footer"> <%= progress_bar_tag(export) %> |
