From b16f1680075abad696f9219ae8c6bdb257f7fb48 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Fri, 13 Dec 2013 18:58:22 +0100 Subject: [PATCH] =?UTF-8?q?bulles=20d'aide=20sur=20=C3=A9diteur=20ajout?= =?UTF-8?q?=C3=A9es.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/admin/pages/_page.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/pages/_page.html.haml b/app/views/admin/pages/_page.html.haml index e2c0341..ef6c2b3 100644 --- a/app/views/admin/pages/_page.html.haml +++ b/app/views/admin/pages/_page.html.haml @@ -30,7 +30,7 @@ -page.blocks[0].alloweds_types.each do |slug, name| .portlet{:id => slug, :data_type => slug} - =image_tag("admin/content_type/type_"+slug.to_s+".png", :alt => name, :class => "handle") + =image_tag("admin/content_type/type_"+slug.to_s+".png", :alt => name, :title => name, :class => "handle")