Commit 16bd018f authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

clickable news feed on dashboard

parent 367c4f42
......@@ -21,6 +21,7 @@
Dashboard
- @active_projects.first(3).each do |project|
.project-box.project-updates.ui-box.ui-box-small.ui-box-big
= link_to project, do
%h3= project.name
.data
- project.updates(3).each do |update|
......@@ -36,5 +37,3 @@
.right
- klass = update.class.to_s.split("::").last.downcase
%span.tag{ :class => klass }= klass
/ #news-feed
/ #dashboard-content
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment