X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/04b9d6e93ca8bd18dca697e56689820516c8c572..9429158c8ecf253a700c7eb4f87ad142a8e1522c:/apps/workbench/app/views/work_units/_show_component.html.erb diff --git a/apps/workbench/app/views/work_units/_show_component.html.erb b/apps/workbench/app/views/work_units/_show_component.html.erb index cac263d1ec..4cce090a22 100644 --- a/apps/workbench/app/views/work_units/_show_component.html.erb +++ b/apps/workbench/app/views/work_units/_show_component.html.erb @@ -45,13 +45,13 @@ SPDX-License-Identifier: AGPL-3.0 %>

- Error: <%= sanitize(wu.runtime_status[:error]) %> + Error: <%= h(wu.runtime_status[:error]) %>

<% if wu.runtime_status[:errorDetail] %> -
<%= sanitize(wu.runtime_status[:errorDetail]) %>
+
<%= h(wu.runtime_status[:errorDetail]) %>
<% else %> No detailed information available. <% end %> @@ -69,13 +69,13 @@ SPDX-License-Identifier: AGPL-3.0 %>

- Warning: <%= sanitize(wu.runtime_status[:warning]) %> + Warning: <%= h(wu.runtime_status[:warning]) %>

<% if wu.runtime_status[:warningDetail] %> -
<%= sanitize(wu.runtime_status[:warningDetail]) %>
+
<%= h(wu.runtime_status[:warningDetail]) %>
<% else %> No detailed information available. <% end %>