summaryrefslogtreecommitdiff
path: root/static/website/templates/notify.html
blob: 7251f1bbc0386457169b30e9cb434df002922b44 (plain)
1
2
3
4
5
6
7
<div class="notification">
    <a href=""><strong>{{ reply.user }}</strong> replies to <strong>{{ question.title }}</strong></a> /
    {{ reply.body|safe }}
    <a class="remove" data-nid="{{ notification.id }}" href="#">
        <span class="glyphicon glyphicon-remove-circle"></span>
    </a>
</div> <!-- /.notification -->