Add icons search & contacts mobile

This commit is contained in:
movilla 2012-08-21 16:50:37 +02:00
parent 845c942385
commit 75402bdfa0
3 changed files with 5 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

@ -64,7 +64,11 @@
= link_to(image_tag('icons/mail_grey.png', :height => 11, :width => 17), conversations_path)
- if current_user.unread_message_count > 0
.badge_count
= current_user.unread_message_count
= current_user.unread_message_count
.badge{:class => "badge-inverse", :id => "people_badge"}
= link_to(image_tag('icons/search_grey.png', :height => 14, :width => 14), people_path)
.badge{:class => "badge-inverse", :id => "contacts_badge"}
= link_to(image_tag('icons/user_grey.png', :height => 16, :width => 16), contacts_path)
- if user_signed_in?
.right