diff --git a/app/views/admin/enterprises/form/_shop_preferences.html.haml b/app/views/admin/enterprises/form/_shop_preferences.html.haml index 2d52bcb169..f9264b5580 100644 --- a/app/views/admin/enterprises/form/_shop_preferences.html.haml +++ b/app/views/admin/enterprises/form/_shop_preferences.html.haml @@ -77,16 +77,15 @@ = f.radio_button :allow_order_changes, true, "ng-model" => "Enterprise.allow_order_changes", "ng-value" => "true" = f.label :allow_order_changes, t('.allow_order_changes_true'), value: :true -- if spree_current_user.admin? - .row - .alpha.eleven.columns - .three.columns.alpha - %label= t '.enable_subscriptions' - %div{'ofn-with-tip' => t('.enable_subscriptions_tip')} - %a= t 'admin.whats_this' - .three.columns - = f.radio_button :enable_subscriptions, true - = f.label :enable_subscriptions, t('.enable_subscriptions_true'), value: :true - .five.columns.omega - = f.radio_button :enable_subscriptions, false - = f.label :enable_subscriptions, t('.enable_subscriptions_false'), value: :false +.row + .alpha.eleven.columns + .three.columns.alpha + %label= t '.enable_subscriptions' + %div{'ofn-with-tip' => t('.enable_subscriptions_tip')} + %a= t 'admin.whats_this' + .three.columns + = f.radio_button :enable_subscriptions, true + = f.label :enable_subscriptions, t('.enable_subscriptions_true'), value: :true + .five.columns.omega + = f.radio_button :enable_subscriptions, false + = f.label :enable_subscriptions, t('.enable_subscriptions_false'), value: :false