assemblymade/coderwall

View on GitHub
app/views/home/_user.html.haml

Summary

Maintainability
Test Coverage
%li.hide.track{:class => css_class}
  %a{:href => profile_path(user.username), 'data-action' => 'view user profile', 'data-from' => 'home page (featured)'}
    .user-image
      =users_image_tag(user)
    .user-details
      %h4=user.display_name
      %blockquote=user.about