Retrospring/app/views/discover/_tab_new.haml

4 lines
134 B
Plaintext

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