Boosts - handle url, store in database, send, notify.
This commit is contained in:
parent
84d7e7c394
commit
745ca7d4ff
11 changed files with 133 additions and 2 deletions
|
@ -32,6 +32,9 @@
|
|||
<div class="row shrink">
|
||||
{% include 'snippets/follow_request_buttons.html' with user=notification.related_user %}
|
||||
</div>
|
||||
|
||||
{% elif notification.notification_type == 'BOOST' %}
|
||||
boosted your <a href="{{ notification.related_status.absolute_id}}">status</a>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue