This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2018-05-17 17:26:51 -07:00
|
|
|
.accounts-grid{ class: accounts.empty? ? 'empty' : '' }
|
2017-04-19 04:52:37 -07:00
|
|
|
- if accounts.empty?
|
2018-05-17 17:26:51 -07:00
|
|
|
= image_tag asset_pack_path('elephant_ui_greeting.svg'), alt: '', role: 'presentational'
|
2017-04-19 04:52:37 -07:00
|
|
|
= render partial: 'accounts/nothing_here'
|
|
|
|
- else
|
2018-04-08 04:40:22 -07:00
|
|
|
= render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: !user_signed_in?
|
2017-04-19 04:52:37 -07:00
|
|
|
|
2017-05-05 19:03:07 -07:00
|
|
|
= paginate follows
|