diff options
| author | Luc Donnet | 2014-09-25 11:18:56 +0200 | 
|---|---|---|
| committer | Luc Donnet | 2014-09-25 11:18:56 +0200 | 
| commit | 6589244e58dfad5b93ed1230b7c75df1f3367f21 (patch) | |
| tree | 4d2a57f7feb11e7617e2a841e35390da3af3d053 /app/views | |
| parent | 5ee3a72979a6adf287c830a9726ace62211d9894 (diff) | |
| download | chouette-core-6589244e58dfad5b93ed1230b7c75df1f3367f21.tar.bz2 | |
Add icon and better text for export design page Refs #0028884
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/exports/_export.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/exports/_export.erb b/app/views/exports/_export.erb index 7d67a3d72..649251b78 100644 --- a/app/views/exports/_export.erb +++ b/app/views/exports/_export.erb @@ -18,7 +18,7 @@    <div class="panel-body">        <p>          <% if export.status == 'completed' %> -          <%= link_to t("exports.actions.download"), referential_export_path(@referential, export, :format => :zip), :class => "download" %> +          <%= link_to image_tag("icons/file_zip.png") + t(".exported_file"), referential_export_path(@referential, export, :format => :zip), :class => "download" %>          <% else %>                       <% end %> | 
