X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c592f178659ed5ebfd03720a02940daa62931d14..d451eabbcbb8d5885fb30c2c341d93204a008596:/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 index 25ed27529f..b32fd476de 100644 --- a/apps/workbench/app/views/application/_show_star.html.erb +++ b/apps/workbench/app/views/application/_show_star.html.erb @@ -1,9 +1,9 @@ <% if current_user and is_starred %> - <%= link_to(star_path(status: 'delete', id:@object.uuid, action_method: 'get'), class: "btn btn-xs star-unstar", title: "Remove from list of favorites", remote: true) do %> - + <%= 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 %> + <% 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 %> - + <% end %> <% end %>