Add icons search & contacts mobile
This commit is contained in:
parent
845c942385
commit
75402bdfa0
3 changed files with 5 additions and 1 deletions
BIN
app/assets/images/icons/search_grey.png
Normal file
BIN
app/assets/images/icons/search_grey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 311 B |
BIN
app/assets/images/icons/user_grey.png
Normal file
BIN
app/assets/images/icons/user_grey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue