Growstuff/growstuff

View on GitHub
app/views/likes/_count.haml

Summary

Maintainability
Test Coverage
%span.badge.like-badge{class: liked ? 'liked' : ''}
  = like_icon
   
  %span.like-count{title: t('buttons.total_likes')}= likeable.likes_count