[refs #90] removed index action

This commit is contained in:
Alexander Machehin 2012-06-05 18:10:51 +06:00
parent 91bf65d65d
commit 614691a737
2 changed files with 0 additions and 9 deletions

View File

@ -7,9 +7,6 @@ class Projects::PullRequestsController < Projects::BaseController
load_and_authorize_resource :issue, :through => :project, :find_by => :serial_id, :parent => false
before_filter :load_pull
def index
end
def new
@pull = PullRequest.default_base_project(@project).pull_requests.new
@pull.issue = @project.issues.new

View File

@ -1,6 +0,0 @@
-set_meta_tags :title => [title_object(@project), t('.title')]
= render :partial => 'submenu'
-#render :partial => 'index_sidebar'
-@project.pull_requests.each do |pull|
=link_to pull.title, project_pull_request_path(@project, pull)
%br