<% 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 %> <% end %> <% end %>