Commit c08c776dae6b9807b50ac943ca153d96ebf68705
Exists in
master
and in
4 other branches
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 | #feeds_content_holder | 1 | #feeds_content_holder |
2 | - @active_projects.first(3).each do |project| | 2 | - @active_projects.first(3).each do |project| |
3 | .project-box.project-updates.ui-box.ui-box-small.ui-box-big | 3 | .project-box.project-updates.ui-box.ui-box-small.ui-box-big |
4 | - = link_to project, do | 4 | + = link_to project do |
5 | %h3= project.name | 5 | %h3= project.name |
6 | .data | 6 | .data |
7 | - project.updates(3).each do |update| | 7 | - project.updates(3).each do |update| |