<% if object.editable? %> <% msg = "Un-trash '" + 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 %> <% end %> <% end %>