X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7d751b9d0966b6e0ed544fe4d69f58511c14842f..2f83fcd45b4b23db2bb5bb4afbe1e863ebd77ec6:/apps/workbench/app/views/collections/_show_tags.html.erb diff --git a/apps/workbench/app/views/collections/_show_tags.html.erb b/apps/workbench/app/views/collections/_show_tags.html.erb index afab5266e9..3e0460a239 100644 --- a/apps/workbench/app/views/collections/_show_tags.html.erb +++ b/apps/workbench/app/views/collections/_show_tags.html.erb @@ -2,51 +2,11 @@ SPDX-License-Identifier: AGPL-3.0 %> -<% - object = @object unless object -%> +
+ >
- <% if object.editable? %> -

- Edit -

- <% end %> - - - - - - - - - - - - - - - - - - <%= render partial: 'show_tag_rows', locals: {object: object} %> - -
KeyValue
-
- <% if object.editable? %> - -
- <%= link_to(save_tags_collection_path, {class: 'btn btn-sm btn-primary collection-tag-save hide', :remote => true, method: 'post', return_to: request.url}) do %> - Save - <% end %> - <%= link_to(tags_collection_path, {class: 'btn btn-sm btn-primary collection-tag-cancel hide', :remote => true, method: 'get', return_to: request.url}) do %> - Cancel - <% end %> -
- -
- <% end %> -
+
+ \ No newline at end of file