Add My Activity icon mobile

This commit is contained in:
movilla 2012-10-29 12:14:19 +01:00
parent c9b58c9ff6
commit 880b16f530
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@
## Features
* Add "My Activity" icon mobile. [#3687](https://github.com/diaspora/diaspora/pull/3687)
* Add "My Activity" icon mobile -[Author Icon](http://www.gentleface.com/free_icon_set.html)-. [#3687](https://github.com/diaspora/diaspora/pull/3687)
* Add password_confirmation field to registration page. [#3647](https://github.com/diaspora/diaspora/pull/3647)
## Bug Fixes

View file

@ -605,7 +605,7 @@ select {
.compose_icon {
height: 28px;
width: 28px;
margin-top: 3px;
margin-left: 10px;
}
.navbar-inner .right {

View file

@ -52,7 +52,7 @@
- if user_signed_in?
#nav_badges
.badge{:class => "badge-inverse", :id => "contacts_badge"}
.badge{:class => "badge-inverse", :id => "my_activity_badge"}
= link_to(image_tag('icons/my_activity.png', :height => 16, :width => 16), activity_stream_path)
.badge{:class => "badge-inverse", :id => "notification_badge"}
= link_to(image_tag('icons/notifications_grey.png', :height => 16, :width => 16, :id => 'notification-flag'), notifications_path)