summaryrefslogtreecommitdiff
path: root/app/views/shared/_system_message.html.haml
blob: 4aabb9ce38cb1ef5dab09c9eba0255d334736d58 (plain)
1
2
3
4
5
6
7
8
9
10
- if current_user
  .flash.notice#system_message_display
    .light
      .sign i
      .message#system_message This is the place to display incoming calls and other stuff.

  = subscribe_to "/users/#{current_user.id}/system_messages"

  :javascript
    $('#system_message_display').hide()