Commit 56243c0a63a738bcac2c74852f0a9f3db91ad49c

Authored by Gamaliel A. Toro Herrera
1 parent f9758c72

Solved issue #188

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/dashboard/_projects_feed.html.haml
1 1 #feeds_content_holder
2 2 - @active_projects.first(3).each do |project|
3 3 .project-box.project-updates.ui-box.ui-box-small.ui-box-big
4   - = link_to project, do
  4 + = link_to project do
5 5 %h3= project.name
6 6 .data
7 7 - project.updates(3).each do |update|
... ...