retrospring/app/views/discover/_tab_new.html.haml
2015-05-13 23:55:10 +02:00

3 lines
131 B
Text

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