retrospring/app/views/discover/_tab_new.haml
2020-05-11 19:40:45 +02:00

3 lines
134 B
Text

.tab-pane.active.fade.show{ role: :tabpanel, id: 'new' }
- new.each do |user|
= render 'discover/userbox', u: user, type: 'new'