summaryrefslogtreecommitdiff
path: root/app/controllers/milestones_controller.rb
diff options
context:
space:
mode:
authorgitlabhq <m@gitlabhq.com>2012-04-24 21:49:34 +0300
committergitlabhq <m@gitlabhq.com>2012-04-24 21:49:34 +0300
commitc9af8e757948838cd6e7232dc189debd61e0c799 (patch)
tree0fff929c3c0ae92a9278caa34b7365a4e1cf59f0 /app/controllers/milestones_controller.rb
parentaf99e4afe18788a536c5e789153235f3ff44f67f (diff)
downloadgitlab-ce-c9af8e757948838cd6e7232dc189debd61e0c799.tar.gz
New project page improved. User profile improved. Show issues, participant on Milestone show page.
Diffstat (limited to 'app/controllers/milestones_controller.rb')
-rw-r--r--app/controllers/milestones_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/milestones_controller.rb b/app/controllers/milestones_controller.rb
index 5e23426f32b..1f2490cb6ef 100644
--- a/app/controllers/milestones_controller.rb
+++ b/app/controllers/milestones_controller.rb
@@ -36,6 +36,9 @@ class MilestonesController < ApplicationController
end
def show
+ @issues = @milestone.issues.opened.page(params[:page]).per(40)
+ @users = @milestone.participants
+
respond_to do |format|
format.html
format.js