From: Tom Clegg Date: Wed, 5 Jul 2017 21:30:28 +0000 (-0400) Subject: 11927: Remove errant type attr from anchor element. X-Git-Tag: 1.1.0~153^2~1 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/7d751b9d0966b6e0ed544fe4d69f58511c14842f 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 --- 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 %>