Merge pull request #3505 from movilla/add_header_mobile_icons
Add icon to search & contacts via mobile
This commit is contained in:
commit
ac9af24209
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 |
|
|
@ -65,6 +65,10 @@
|
||||||
- if current_user.unread_message_count > 0
|
- if current_user.unread_message_count > 0
|
||||||
.badge_count
|
.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?
|
- if user_signed_in?
|
||||||
.right
|
.right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue