added text to private message notification; user picture in popup

This commit is contained in:
danielgrippi 2011-03-22 17:14:37 -07:00
parent bec34ec5e8
commit a44ca157e6
3 changed files with 14 additions and 0 deletions

View file

@ -2,5 +2,6 @@
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
= person_image_tag(person)
= link_to "#{person.name.titleize}", person_path(person.id)
= object_link(note)

View file

@ -276,6 +276,7 @@ en:
notifications:
request_accepted: "accepted your share request."
new_request: "offered to share with you."
private_message: "sent you a message."
comment_on_post: "commented on your"
also_commented: "also commented on %{post_author}'s"
mentioned: "has mentioned you in their"

View file

@ -1615,6 +1615,18 @@ h3 span.current_gs_step
:padding 12px
:color #fff
:vertical
:align middle
.avatar
:display inline-block
:height 20px
:width 20px
:margin
:right 5px
:vertical
:align middle
.bottom_notification
:position fixed
:bottom 0