Merge branch '2733-coverage-report'
[arvados.git] / apps / workbench / app / views / application / _show_object_button.html.erb
1 <% htmloptions = {class: ''}.merge(htmloptions || {})
2    htmloptions[:class] += " btn-#{size}" rescue nil %>
3 <%= 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] } %>