@@ -44,13 +44,13 @@ class ChaosController < ActionController::Base
secret=ENV['GITLAB_CHAOS_SECRET']
# GITLAB_CHAOS_SECRET is required unless you're running in Development mode
if!secret&&!Rails.env.development?
rendertext: "chaos misconfigured: please configure GITLAB_CHAOS_SECRET when using GITLAB_ENABLE_CHAOS_ENDPOINTS outside of a development environment",content_type: 'text/plain',status: 500
renderplain: "chaos misconfigured: please configure GITLAB_CHAOS_SECRET when using GITLAB_ENABLE_CHAOS_ENDPOINTS outside of a development environment",status: :internal_server_error
=search_field_tag:search,params[:search],{placeholder: s_('TagsPage|Filter by tag name'),id: 'tag-search',class: 'form-control search-text-input input-short',spellcheck: false}