diff options
| author | Luc Donnet | 2015-05-20 09:15:14 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2015-05-20 09:15:14 +0200 | 
| commit | 1582dbc32eec01eee7984b7e9a1d4c0f9c0c02b0 (patch) | |
| tree | 2d2b7cdfc3a76a1753ef9dcfc966a268d8985a7f /app/views/exports | |
| parent | c5979f9c2c01804220f4ecbeef2cc3ce175ce14e (diff) | |
| download | chouette-core-1582dbc32eec01eee7984b7e9a1d4c0f9c0c02b0.tar.bz2 | |
Add progress bars to import and export
Diffstat (limited to 'app/views/exports')
| -rw-r--r-- | app/views/exports/show.html.erb | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/app/views/exports/show.html.erb b/app/views/exports/show.html.erb index d79b3f3cf..a44f49362 100644 --- a/app/views/exports/show.html.erb +++ b/app/views/exports/show.html.erb @@ -1,7 +1,9 @@  <div class="test">    <%= title_tag job_status_title(@export) %>  </div> - +<div class="progress_bars"> +  <%= progress_bar_tag(@export) %> +</div>    <div class="export_show">    <div class="links">      <%= link_to( font_awesome_classic_tag("fa-file-#{@export.filename_extension}-o") + t("exports.show.exported_file"), exported_file_referential_export_path(@referential, @export.id) ) if @export.file_path %> | 
