mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
2de2ead723
* Refactor avatar appearance across Scinote
5 lines
186 B
Text
5 lines
186 B
Text
<div class="text-center">
|
|
<span class='global-avatar-container'>
|
|
<%= image_tag avatar_path(notification.generator_user, :icon_small), class: 'avatar img-circle' %>
|
|
<span>
|
|
</div>
|