retrospring/app/views/discover/_tab_new.haml

4 lines
134 B
Text
Raw Normal View History

2020-05-10 22:27:39 +02:00
.tab-pane.active.fade.show{ role: :tabpanel, id: 'new' }
2020-05-10 13:37:08 +02:00
- new.each do |user|
= render 'discover/userbox', u: user, type: 'new'