mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
11 lines
No EOL
354 B
Text
11 lines
No EOL
354 B
Text
<li class="activity-item">
|
|
<span class="activity-item-date">
|
|
<%= l activity.created_at, format: '%H:%M' %>
|
|
</span>
|
|
<span class="activity-item-text">
|
|
<%= activity.message.html_safe %>
|
|
<% if activity.my_module %>
|
|
[project: <%= activity.my_module.project.name %>, module: <%= activity.my_module.name %>]
|
|
<% end %>
|
|
</span>
|
|
</li> |