mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
7 lines
212 B
Text
7 lines
212 B
Text
<li class="activity-item">
|
|
<span class="activity-item-date">
|
|
<%= l activity.created_at, format: :full %>
|
|
</span>
|
|
<span class="activity-item-text"><%= sanitize_input(activity.message) %>
|
|
</span>
|
|
</li>
|