8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / trash_items / _untrash_item.html.erb
1 <% if object.editable? %>
2   <% msg = "Untrash '" + if !object.name.blank? then object.name else object.uuid end + "'?" %>
3   <%= link_to({action: 'untrash_items', selection: [object.uuid]}, remote: true, method: :post,
4       title: "Untrash", style: 'cursor: pointer;') do %>
5     <i class="fa fa-fw fa-recycle"></i>
6   <% end %>
7 <% end %>