Commit 263be3d4 authored by Mike Greiling's avatar Mike Greiling

fix conflicts in app/controllers/projects/milestones_controller.rb

parent d6ac1b35
......@@ -41,14 +41,12 @@ class Projects::MilestonesController < Projects::ApplicationController
end
def show
<<<<<<< HEAD
@project_namespace = @project.namespace.becomes(Namespace)
if @project.feature_available?(:burndown_charts, current_user) &&
@project.feature_available?(:issue_weights, current_user)
@burndown = Burndown.new(@milestone)
end
=======
@project_namespace = @project.namespace.becomes(Namespace)
>>>>>>> master-ce
end
def create
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment