<% htmloptions = {class: ''}.merge(htmloptions || {}) htmloptions[:class] += " btn-#{size}" rescue nil %> <%= link_to_if_arvados_object object, { link_text: raw(' Show'), name_link: (defined?(name_link) && name_link && name_link.uuid) ? name_link : nil }, { data: { toggle: 'tooltip', placement: 'top' }, title: 'show ' + object.class_for_display.downcase, class: 'btn btn-default ' + htmloptions[:class], } %>