project membership widget. css fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-02-05 21:26:04 +02:00
parent 96b53a9f59
commit e64a174968
7 changed files with 54 additions and 41 deletions

View file

@ -96,6 +96,7 @@ class ProjectsController < ApplicationController
end
def graph
render_full_content
@days_json, @commits_json = GraphCommit.to_graph(project)
end