10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
<%= notification_tag notification do %>
|
|
<div class="notification--content shadow">
|
|
<div class="avatar txt-small">
|
|
<%= avatar_image_tag(notification.creator) %>
|
|
</div>
|
|
|
|
<%= notification.body %>
|
|
</div>
|
|
<% end %>
|