scinote-web/app/views/activities/_list.html.erb

4 lines
120 B
Plaintext
Raw Normal View History

<% activities.each_with_index do |activity, index| %>
<%= render 'activity.html.erb', activity: activity %>
2016-02-12 23:52:43 +08:00
<% end %>