Merge branch 'master' into 2257-inequality-conditions
[arvados.git] / apps / workbench / app / views / application / _selection_checkbox.html.erb
1 <%if object %>
2 <%= check_box_tag 'uuids[]', object.uuid, false, {
3   :class => 'persistent-selection', 
4   :friendly_type => object.class.name,
5   :friendly_name => object.selection_label,
6   :href => "#{url_for controller: object.class.name.tableize, action: 'show', id: object.uuid }" 
7 } %>
8 <% end %>