Merge branch '19954-permission-dedup-doc'
[arvados.git] / apps / workbench / app / views / application / _show_object_button.html.erb
index 762ff7c3e800afaaa375a817bca9172ae5bf3ea3..3acfdaafac2d33da326c0d318d265cdffe11f864 100644 (file)
@@ -1,7 +1,13 @@
+<%# Copyright (C) The Arvados Authors. All rights reserved.
+
+SPDX-License-Identifier: AGPL-3.0 %>
+
 <% htmloptions = {class: ''}.merge(htmloptions || {})
-   htmloptions[:class] += " btn-#{size}" rescue nil %>
+   htmloptions[:class] += " btn-#{size}" rescue nil
+   link_text = 'Show' unless defined?(link_text) and link_text
+ %>
 <%= link_to_if_arvados_object object, {
-      link_text: raw('<i class="fa fa-fw ' + fa_icon_class_for_object(object) + '"></i> Show'),
+      link_text: raw('<i class="fa fa-fw ' + fa_icon_class_for_object(object) + '"></i> ' + link_text),
       name_link: (defined?(name_link) && name_link && name_link.uuid) ? name_link : nil
     }, {
       data: {