Events displayed on project page. \n Fixed theme issue. \n New issue, mr events enabled

This commit is contained in:
Dmitriy Zaporozhets 2012-03-01 22:43:04 +02:00
parent 00028702fc
commit 5263dd4297
13 changed files with 153 additions and 57 deletions

View file

@ -2,6 +2,7 @@
.wll
= link_to project do
%h4
%span.ico.project
= project.name
%small
last activity at

View file

@ -8,6 +8,7 @@
%div.dashboard_category
%h3
%span.ico.projects
= link_to "Projects" , "#projects", :id => "projects"
%small
( most recent )
@ -59,6 +60,7 @@
- unless @events.blank?
%div.dashboard_category
%h3
%span.ico.activities
= link_to "Activities" , "#activities", :id => "activities"
%hr