Add tooltip to aspect edit icon in aspect listings
This commit is contained in:
parent
1062cc5bf6
commit
2f3e504811
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue