2872: Use data chooser for running pipelines. Many presentation fixes.
[arvados.git] / apps / workbench / app / views / application / _show_object_button.html.erb
index 81ca7453b204894a8eb5b8bbeade785afe1bbe04..157ae49c25f4631b99eb791dd51beebba42abe2f 100644 (file)
@@ -1,3 +1,3 @@
 <% htmloptions = {class: ''}.merge(htmloptions || {})
    htmloptions[:class] += " btn-#{size}" rescue nil %>
-<%= link_to_if_arvados_object object, { link_text: raw('Show <i class="fa fa-fw fa-arrow-circle-right"></i>') }, { class: 'btn btn-default ' + htmloptions[:class] } %>
+<%= link_to_if_arvados_object object, { link_text: raw('<i class="glyphicon glyphicon-zoom-in"></i>') }, { data: {toggle: 'tooltip', placement: 'top'}, title: 'show', class: 'btn btn-default btn-nodecorate ' + htmloptions[:class] } %>