Commit c08c776dae6b9807b50ac943ca153d96ebf68705

Authored by Dmitriy Zaporozhets
2 parents f9758c72 56243c0a

Merge pull request #223 from argami/master

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|
... ...