Merge branch 'master' into 9587-trash-page
[arvados.git] / apps / workbench / app / views / trash_items / _untrash_item.html.erb
1 <% if object.editable? %>
2   <%= link_to({action: 'untrash_items', selection: [object.uuid]}, remote: true, method: :post, data: {confirm: "Un-trash #{object.class_for_display.downcase} '#{object.friendly_link_name}'?"}) do %>
3     <i class="fa fa-fw fa-recycle"></i>
4   <% end %>
5 <% end %>