From 6589244e58dfad5b93ed1230b7c75df1f3367f21 Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Thu, 25 Sep 2014 11:18:56 +0200 Subject: Add icon and better text for export design page Refs #0028884 --- app/views/exports/_export.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') 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 @@

<% 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 %> -- cgit v1.2.3