1 <% if object.editable? %>
2 <% msg = "Un-trash '" + 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 data: {confirm: msg}) do %>
5 <i class="fa fa-fw fa-recycle"></i>