retrospring/app/views/discover/tab/_new.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
177 B
Text
Raw Normal View History

2022-07-29 20:16:03 +02:00
.tab-pane.active.fade.show{ role: :tabpanel, id: "new" }
2022-07-29 20:09:33 +02:00
- new.each do |user|
2022-07-29 20:16:03 +02:00
= render "discover/userbox", u: user, type: "new", value: time_ago_in_words(user.created_at)