Skip to content
Snippets Groups Projects
Verified Commit 30a05b6a authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Use sender attribute on dashboard for notifications

parent b6c7cb36
No related branches found
No related tags found
1 merge request!785Resolve "Fix notifications on the dashboard"
......@@ -85,7 +85,7 @@
<ul class="collection">
{% for notification in notifications %}
<li class="collection-item">
<span class="badge new primary-color">{{ notification.app }}</span>
<span class="badge new primary-color">{{ notification.sender }}</span>
<span class="title">{{ notification.title }}</span>
<p>
<i class="material-icons left">access_time</i> {{ notification.created }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment