9587: sort order issue
[arvados.git] / apps / workbench / app / views / trash_items / _untrash_item.html.erb
index 2ba9dc93f189bf5840a6f4ab11daa3b037412f43..8732531747ace263811412bf35381e72e97cb9c8 100644 (file)
@@ -1,7 +1,7 @@
 <% if object.editable? %>
-  <% msg = "Un-trash '" + if !object.name.blank? then object.name else object.uuid end + "'?" %>
+  <% 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,
-      data: {confirm: msg}) do %>
+      title: "Untrash", data: {confirm: msg}) do %>
     <i class="fa fa-fw fa-recycle"></i>
   <% end %>
 <% end %>