aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorLuc Donnet2015-04-29 15:09:32 +0200
committerLuc Donnet2015-04-29 15:09:32 +0200
commit854fb22f32028b283bef0b3a76a6ca0e67f130de (patch)
treed5533ebfe76cfe2276ce34a5fbeccc85208c4816 /app/views
parent26894617911c89ba23fc4fa9b19820791be24b6d (diff)
downloadchouette-core-854fb22f32028b283bef0b3a76a6ca0e67f130de.tar.bz2
Add exported file to export
Diffstat (limited to 'app/views')
-rw-r--r--app/views/exports/_export.erb1
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) %>