eea9afb639
This also splits the templates into two: index and tray, since the URL now changes.
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
<div class="card__body">
|
|
<div class="avatar txt-x-small">
|
|
<%= avatar_image_tag notification.creator %>
|
|
</div>
|
|
|
|
<h3 class="flex flex-column min-width flex-item-grow font-weight-normal">
|
|
<%= render "notifications/notification/#{notification.source_type.underscore}/body", notification: notification %>
|
|
</h3>
|
|
</div>
|