This repository was archived by the owner on Nov 1, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></
122122 </ ul >
123123 </ li >
124124 < li class ="js-topic ">
125- < h3 > < a href ="# " class ="js-expand-btn collapsed arrow-btn " data-proofer-ignore > </ a > < a href ="/v3/enterprise/ "> Enterprise < %= config[:latest_enterprise_version] % > </ a > </ h3 >
125+ < h3 > < a href ="# " class ="js-expand-btn collapsed arrow-btn " data-proofer-ignore > </ a > < a href ="/v3/enterprise/ "> Enterprise</ a > </ h3 >
126126 < ul class ="js-guides ">
127127 < li > < a href ="/v3/enterprise/admin_stats/ "> Admin Stats</ a > </ li >
128128 < li > < a href ="/v3/enterprise/ldap/ "> LDAP</ a > </ li >
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ page_variables:
6363 hide_from_search : true
6464 -
6565 scope :
66- path : " enterprise"
66+ path : " enterprise/. "
6767 reps :
6868 - :default
6969 values :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ data_variables:
4545
4646 versioned_config = symbolize_hash ( config . deep_merge ( config_enterprise_admin ) )
4747
48- ent_scope_idx = versioned_config [ :page_variables ] . find_index { |v | v [ :scope ] [ :path ] == 'enterprise' }
48+ ent_scope_idx = versioned_config [ :page_variables ] . find_index { |v | v [ :scope ] [ :path ] == 'enterprise/. ' }
4949
5050 versioned_config [ :page_variables ] [ ent_scope_idx ] [ :values ] [ :version ] = CURR_VERSION
5151
You can’t perform that action at this time.
0 commit comments