scinote-web/app/views/user_notifications/icons/_recent_changes.html.erb

6 lines
186 B
Plaintext
Raw Normal View History

2017-08-30 00:49:07 +08:00
<div class="text-center">
<span class='global-avatar-container'>
<%= image_tag avatar_path(notification.generator_user, :icon_small), class: 'avatar img-circle' %>
<span>
2017-08-30 00:49:07 +08:00
</div>