blob: af93eb54a797e45702355aa053a98aabef8eae2a (
plain)
1
2
3
4
5
6
7
|
<div class="notification">
<a href=""><strong>{{ answer.user }}</strong> answers to <strong>{{ question.title }}</strong></a> /
{{ answer.body|safe }}
<a class="remove" data-nid="{{ notification.id }}" href="#">
<span class="glyphicon glyphicon-remove-circle"></span>
</a>
</div> <!-- /.notification -->
|