Open RS apps in new tab
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-16 17:29:49 +04:00
parent dbbf116c52
commit c43e43d89c
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,8 @@
</div>
<%= render DropdownComponent.new do %>
<%= render DropdownLinkComponent.new(
href: launch_app_services_storage_rs_auth_url(@auth)
href: launch_app_services_storage_rs_auth_url(@auth),
open_in_new_tab: true
) do %>
Launch app
<% end %>