Retrospring/app/views/discover/tab/_new.haml

4 lines
177 B
Plaintext
Raw Normal View History

2022-07-29 11:09:33 -07:00
.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)