summaryrefslogtreecommitdiff
path: root/app/controllers/projects/repositories_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-05 17:59:58 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-05 17:59:58 +0300
commit88c741dde062e320ad007a2c5ccb4e7bdc6cdacf (patch)
tree71f4d4eafbcfde57674c74e13c75f736d248ad57 /app/controllers/projects/repositories_controller.rb
parentbb5e50e0f78ec0dc68d637a43b6ea9889ef1a10d (diff)
downloadgitlab-ce-88c741dde062e320ad007a2c5ccb4e7bdc6cdacf.tar.gz
Refactor recent branches page
Diffstat (limited to 'app/controllers/projects/repositories_controller.rb')
-rw-r--r--app/controllers/projects/repositories_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/projects/repositories_controller.rb b/app/controllers/projects/repositories_controller.rb
index 7e6c7016ecf..20e2a9311ee 100644
--- a/app/controllers/projects/repositories_controller.rb
+++ b/app/controllers/projects/repositories_controller.rb
@@ -4,10 +4,6 @@ class Projects::RepositoriesController < Projects::ApplicationController
before_filter :authorize_code_access!
before_filter :require_non_empty_project
- def show
- @activities = @repository.commits_with_refs(20)
- end
-
def stats
@stats = Gitlab::Git::Stats.new(@repository.raw, @repository.root_ref)
@graph = @stats.graph