Make tag unfollow icon slightly larger and add a helpful tooltip to it
This commit is contained in:
parent
7900f291e4
commit
55daaf2b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
- for tg in current_user.followed_tags
|
||||
%li.unfollow{:id => tg.name}
|
||||
.unfollow_icon.hidden
|
||||
= link_to image_tag("icons/monotone_close_exit_delete.png", :height => 12), tag_tag_followings_path(:name => tg.name, :remote => true), :confirm => t('are_you_sure'), :method => :delete, :remote => true, :id => "unfollow_" + tg.name
|
||||
= link_to image_tag("icons/monotone_close_exit_delete.png", :height => 16, :title => t('aspects.index.unfollow_tag', :tag => tg.name)), tag_tag_followings_path(:name => tg.name, :remote => true), :confirm => t('are_you_sure'), :method => :delete, :remote => true, :id => "unfollow_" + tg.name
|
||||
=link_to "##{tg.name}", tag_path(:name => tg.name), :class => "tag_selector"
|
||||
- else
|
||||
%li
|
||||
|
|
|
|||
Loading…
Reference in a new issue