scinote-web/app/views/activities/_list.html.erb
2023-06-21 14:38:32 +02:00

3 lines
111 B
Text

<% activities.each_with_index do |activity, index| %>
<%= render 'activity', activity: activity %>
<% end %>