From 952132a2e11668fd98ee8cf86cdbaea4c5903880 Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Tue, 4 Mar 2025 21:47:54 +0530 Subject: [PATCH] fix: remove redundant alert banner --- .../config/release_platforms/edit.html+turbo_frame.erb | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/config/release_platforms/edit.html+turbo_frame.erb b/app/views/config/release_platforms/edit.html+turbo_frame.erb index 8e2a1e90b..f993d8c4e 100644 --- a/app/views/config/release_platforms/edit.html+turbo_frame.erb +++ b/app/views/config/release_platforms/edit.html+turbo_frame.erb @@ -1,12 +1,6 @@ <% component = EnhancedTurboFrameComponent.new(dom_id(@train, :edit_train)) %> <% component.with_loading_indicator %> <%= render component do %> - <% if @edit_allowed %> - <%= render AlertComponent.new(kind: :banner, type: :notice, title: "Updates will be applied on a new release", full_screen: false) do %> - The submissions settings can be edited while there are active releases. But they will only be applied on the next release. - <% end %> - <% end %> - <%= render "form", app: @app, train: @train,