54 lines
1.5 KiB
Plaintext
54 lines
1.5 KiB
Plaintext
.container.j2-page
|
|
= render 'notification_tabs'
|
|
.col-md-9.col-xs-12.col-sm-9
|
|
%ul.list-group
|
|
%li.list-group-item
|
|
.media
|
|
.pull-left
|
|
%img.notification--img
|
|
.media-body
|
|
%h6.media-heading.notification--user
|
|
username
|
|
%p.notification--text
|
|
followed you!
|
|
.notification--icon
|
|
%i.fa.fa-users
|
|
%li.list-group-item
|
|
.media
|
|
.pull-left
|
|
%img.notification--img
|
|
.media-body
|
|
%h6.media-heading.notification--user
|
|
username
|
|
%p.notification--text
|
|
answered
|
|
%a your question
|
|
some time ago!
|
|
.notification--icon
|
|
%i.fa.fa-exclamation
|
|
%li.list-group-item
|
|
.media
|
|
.pull-left
|
|
%img.notification--img
|
|
.media-body
|
|
%h6.media-heading.notification--user
|
|
username
|
|
%p.notification--text
|
|
smiled at
|
|
%a your answer
|
|
some time ago!
|
|
.notification--icon
|
|
%i.fa.fa-smile-o
|
|
%li.list-group-item
|
|
.media
|
|
.pull-left
|
|
%img.notification--img
|
|
.media-body
|
|
%h6.media-heading.notification--user
|
|
username
|
|
%p.notification--text
|
|
commented
|
|
%a your answer
|
|
some time ago!
|
|
.notification--icon
|
|
%i.fa.fa-comments |