20690: Remove workbench1 and testing/packaging references.
[arvados.git] / apps / workbench / app / views / application / _show_star.html.erb
diff --git a/apps/workbench/app/views/application/_show_star.html.erb b/apps/workbench/app/views/application/_show_star.html.erb
deleted file mode 100644 (file)
index 6256eae..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-<%# Copyright (C) The Arvados Authors. All rights reserved.
-
-SPDX-License-Identifier: AGPL-3.0 %>
-
-<% if current_user and is_starred %>
-  <%= link_to(star_path(status: 'delete', id:@object.uuid, action_method: 'get'), style: "color:#D00", class: "btn btn-xs star-unstar", title: "Remove from list of favorites", remote: true) do  %>
-            <i class="fa fa-lg fa-star"></i>
-          <% end %>
-<% else %>
-  <%= link_to(star_path(status: 'create', id:@object.uuid, action_method: 'get'), class: "btn btn-xs star-unstar", title: "Add to list of favorites", remote: true) do %>
-            <i class="fa fa-lg fa-star-o"></i>
-          <% end %>
-<% end %>