rokumatsumoto/boyutluseyler

View on GitHub
app/views/designs/_most_downloaded.html.haml

Summary

Maintainability
Test Coverage
%section#most-downloaded.explore-section
  %h6.font-roboto.font-weight-700.mb-0 En Çok İndirilenler
  - if @most_downloaded.any?
    .designs-group
      - @most_downloaded.each do |d|
        = render partial: 'designs/box', locals: { design: d }
    .explore-section-more
      %a{ title: 'En Çok İndirilenler', href: '/designs/latest?direction=desc&sort=downloads_count' } Daha fazla
  - else
    .rich.content
      %p.text-sm Henüz indirilen bir tasarım yok