<%# Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: AGPL-3.0 %> <% object = @object unless object %>
<% if object.editable? %>

Edit

<% end %> <%= render partial: 'show_tag_rows', locals: {object: object} %>
Key Value
<% 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 %>