diff --git a/app/components/notification_banner.rb b/app/components/notification_banner.rb index b47785f4c3..cee166e0c6 100644 --- a/app/components/notification_banner.rb +++ b/app/components/notification_banner.rb @@ -39,7 +39,7 @@ def default_classes end def type_class - "#{DEFAULT_CLASS}--#{type}" if success_banner? + "#{DEFAULT_CLASS}--#{type}" end def title diff --git a/app/components/tab_navigation.html.erb b/app/components/tab_navigation.html.erb index c2f3932a19..880557da1f 100644 --- a/app/components/tab_navigation.html.erb +++ b/app/components/tab_navigation.html.erb @@ -1,3 +1,5 @@ +<%= content_for :tab_navigation_actions %> +