From 7d751b9d0966b6e0ed544fe4d69f58511c14842f Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 5 Jul 2017 17:30:28 -0400 Subject: [PATCH] 11927: Remove errant type attr from anchor element. Anchor elements do have a "type" attribute, but it specifies a MIME type, not a data/control type like "button" as with input elements. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- apps/workbench/app/views/collections/_show_tags.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/workbench/app/views/collections/_show_tags.html.erb b/apps/workbench/app/views/collections/_show_tags.html.erb index fd734c82dc..afab5266e9 100644 --- a/apps/workbench/app/views/collections/_show_tags.html.erb +++ b/apps/workbench/app/views/collections/_show_tags.html.erb @@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0 %>
<% if object.editable? %>

- Edit + Edit

<% end %> -- 2.30.2