diff --git a/app/assets/stylesheets/components/_troubleshooting-options.scss b/app/assets/stylesheets/components/_troubleshooting-options.scss index 41a823e9440..1d6d8255e2d 100644 --- a/app/assets/stylesheets/components/_troubleshooting-options.scss +++ b/app/assets/stylesheets/components/_troubleshooting-options.scss @@ -13,6 +13,10 @@ height: 4px; width: 5rem; } + + &.troubleshooting-options--no-bar::before { + content: none; + } } .troubleshooting-options__heading { diff --git a/app/components/troubleshooting_options_component.html.erb b/app/components/troubleshooting_options_component.html.erb index 1e2a2071631..6a6d6d92934 100644 --- a/app/components/troubleshooting_options_component.html.erb +++ b/app/components/troubleshooting_options_component.html.erb @@ -1,4 +1,10 @@ <%= tag.section(**tag_options, class: css_class) do %> + <% if new_features? %> + + <%= t('components.troubleshooting_options.new_feature') %> + + <% end %> + <%= header %>