added text to private message notification; user picture in popup
This commit is contained in:
parent
bec34ec5e8
commit
a44ca157e6
3 changed files with 14 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue