weathermen/soundstorm

View on GitHub
app/views/likes/index.html.haml

Summary

Maintainability
Test Coverage
%article.library
  %header.library__title
    %h1= t('.title')
  %main.library__entries
    - @likes.each do |track|
      = render 'tracks/track', track: track