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")