Add tooltip to aspect edit icon in aspect listings

This commit is contained in:
Andrej Kacian 2011-08-12 22:15:03 +02:00
parent 1062cc5bf6
commit 2f3e504811

View file

@ -13,7 +13,7 @@
- for aspect in all_aspects - for aspect in all_aspects
%li{:data => {:aspect_id => aspect.id}, :class => ("active" if params["a_id"].to_i == aspect.id)} %li{:data => {:aspect_id => aspect.id}, :class => ("active" if params["a_id"].to_i == aspect.id)}
.edit .edit
= link_to image_tag("icons/pencil.svg", :height => 12), edit_aspect_path(aspect), :rel => "facebox" = link_to image_tag("icons/pencil.svg", :height => 12, :title => t('contacts.index.edit_aspect', :name => aspect.name)), edit_aspect_path(aspect), :rel => "facebox"
%a.aspect_selector{aspect_listing_link_opts(aspect)} %a.aspect_selector{aspect_listing_link_opts(aspect)}
.contact_count .contact_count