Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAishwarya Subramanian <asubramanian@gitlab.com>2019-09-11 22:45:35 +0300
committerAishwarya Subramanian <asubramanian@gitlab.com>2019-09-11 22:45:35 +0300
commitce656a37125d11587645240500fcac8850594455 (patch)
tree80f72fd047b5b0483570354fefda8aaf799b5e68
parent9ac48b4e25e413e4a7d8e4063ae9f139c95b885e (diff)
Added locals parameted for trial paramstep-3-trial-step
-rw-r--r--app/controllers/groups_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb
index 886d1f99d69..42e2988c83f 100644
--- a/app/controllers/groups_controller.rb
+++ b/app/controllers/groups_controller.rb
@@ -133,7 +133,7 @@ class GroupsController < Groups::ApplicationController
protected
def render_show_html
- render 'groups/show'
+ render 'groups/show', locals: { trial: params[:trial] }
end
def render_details_html