summaryrefslogtreecommitdiff
path: root/app/controllers/groups
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-06-30 16:18:26 +0200
committerMarin Jankovski <marin@gitlab.com>2014-06-30 16:18:26 +0200
commit3e52517da1c506885c06c13ff59ff5863bcb68ea (patch)
tree42e24badc647d7d4240e01a50d0c1b1d038251ea /app/controllers/groups
parenteb5182ac8da38e0eadd87cee7385965f05dabc9d (diff)
downloadgitlab-ce-3e52517da1c506885c06c13ff59ff5863bcb68ea.tar.gz
Add feature tests for group milestone.
Diffstat (limited to 'app/controllers/groups')
-rw-r--r--app/controllers/groups/milestones_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups/milestones_controller.rb b/app/controllers/groups/milestones_controller.rb
index 4f7096c42bd..8dde8e91468 100644
--- a/app/controllers/groups/milestones_controller.rb
+++ b/app/controllers/groups/milestones_controller.rb
@@ -41,7 +41,7 @@ class Groups::MilestonesController < ApplicationController
end
def title
- params[:id].gsub("-", ".")
+ params[:title]
end
def status(state)