Images refactored, Feed icon replaced, Fixed comment form focus

This commit is contained in:
randx 2012-05-27 01:09:44 +03:00
parent c4b7794352
commit d29ec9d773
18 changed files with 26 additions and 19 deletions

View file

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