Merge branch '11345-nodemanager-retry-after' refs #11345
[arvados.git] / apps / workbench / app / views / trash_items / _untrash_item.html.erb
index 8732531747ace263811412bf35381e72e97cb9c8..74255c3f0fe63cd384bb34868268ef56088d0973 100644 (file)
@@ -1,7 +1,7 @@
 <% if object.editable? %>
   <% msg = "Untrash '" + if !object.name.blank? then object.name else object.uuid end + "'?" %>
   <%= link_to({action: 'untrash_items', selection: [object.uuid]}, remote: true, method: :post,
-      title: "Untrash", data: {confirm: msg}) do %>
+      title: "Untrash", style: 'cursor: pointer;') do %>
     <i class="fa fa-fw fa-recycle"></i>
   <% end %>
 <% end %>