3504: Remove link to links index page on tags. Add comment to
[arvados.git] / apps / workbench / app / views / projects / _show_contents_rows.html.erb
index 638fe14859b4b997fc228671d4e800ae49d6edf4..2afbf3ffae754447f312c3a8bb004583e623f680 100644 (file)
@@ -32,7 +32,8 @@
     <span class="removable-tag-container">
     <% links_for_object(object).select{|link|link.link_class=='tag'}.each do |tag_link| %>
         <span class="label label-info" data-tag-link-uuid="<%= tag_link.uuid %>">
-          <%= link_to tag_link.name, controller: "links", filters: [["link_class", "=", "tag"], ["name", "=", tag_link.name]].to_json %>
+          <%# FIXME: link tag to search dialog or something # link_to tag_link.name, controller: "links", filters: [["link_class", "=", "tag"], ["name", "=", tag_link.name]].to_json %>
+          <%= tag_link.name %>
           <% if tag_link.owner_uuid == current_user.uuid or current_user.is_admin %>
             <span class="removable-tag">
               &nbsp;<a title="Delete tag"><i class="fa fa-fw fa-trash-o"></i></a>