The code powering m.abunchtell.com https://m.abunchtell.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

9 lignes
352 B

  1. .accounts-grid{ class: accounts.empty? ? 'empty' : '' }
  2. - if accounts.empty?
  3. = image_tag asset_pack_path('elephant_ui_greeting.svg'), alt: '', role: 'presentational'
  4. = render partial: 'accounts/nothing_here'
  5. - else
  6. = render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: !user_signed_in?
  7. = paginate follows