retrospring/app/views/discover/tab/_new.html.haml
2022-10-25 20:10:31 +02:00

3 lines
177 B
Text

.tab-pane.active.fade.show{ role: :tabpanel, id: "new" }
- new.each do |user|
= render "discover/userbox", u: user, type: "new", value: time_ago_in_words(user.created_at)