mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Remove unnecessary title updates
This commit is contained in:
@@ -34,6 +34,5 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
<% end %>
|
||||
|
||||
<% content_for :content_body_right do %>
|
||||
<%= turbo_stream.set_title(title: page_title(*html_title_parts)) if turbo_frame_request? %>
|
||||
<%= render(split_view_instance) if render_work_package_split_view? %>
|
||||
<% end %>
|
||||
|
||||
@@ -34,7 +34,6 @@ See COPYRIGHT and LICENSE files for more details.
|
||||
<% end %>
|
||||
|
||||
<% content_for :content_body_right do %>
|
||||
<%= turbo_stream.set_title(title: page_title(*html_title_parts)) if turbo_frame_request? %>
|
||||
<%= render(split_view_instance) if render_work_package_split_view? %>
|
||||
<%= render(split_create_instance) if render_work_package_split_create? %>
|
||||
<% end %>
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<% end %>
|
||||
|
||||
<% content_for :content_body_right do %>
|
||||
<%= turbo_stream.set_title(title: page_title(*html_title_parts)) if turbo_frame_request? %>
|
||||
<%= render(split_view_instance) if render_work_package_split_view? %>
|
||||
<%= render(split_create_instance) if render_work_package_split_create? %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user