Retrospring/app/views/discover/_tab_new.html.haml

4 lines
133 B
Plaintext
Raw Normal View History

.tab-pane.active.fade.show{role: "tabpanel", id: "new"}
2015-05-13 14:55:10 -07:00
- new.each do |user|
= render 'discover/userbox', u: user, type: "new"