mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
7 lines
205 B
Text
7 lines
205 B
Text
|
<li class="activity-item">
|
||
|
<span class="activity-item-date">
|
||
|
<%= l activity.created_at, format: :full %>
|
||
|
</span>
|
||
|
<span class="activity-item-text"><%= activity.message.html_safe %>
|
||
|
</span>
|
||
|
</li>
|