Revert "Fixed Item card smart annotation link [SCI-9583]"

This reverts commit 0a3ba6a366.
This commit is contained in:
Martin Artnik 2023-10-24 13:14:23 +02:00
parent 1d3c17206c
commit 2850135e96
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ module SmartAnnotations
if object&.repository
repository_name = fetch_repository_name(object)
"<a href='#{ROUTES.repository_repository_row_path(object.repository, object)}' " \
"class='sa-link record-info-link text-sn-science-blue hover:text-sn-science-blue hover:no-underline'><span class='sa-type'>#{trim_repository_name(repository_name)}</span>" \
"class='sa-link record-info-link'><span class='sa-type'>#{trim_repository_name(repository_name)}</span>" \
"#{object.name} #{object.archived? ? I18n.t('atwho.res.archived') : ''}</a>"
else
"<span class='sa-type'>Inv</span> #{name} #{I18n.t('atwho.res.deleted')}"

View file

@ -10,7 +10,7 @@
<% end %>
<a
role="button"
class="atwho-user-popover text-sn-science-blue hover:text-sn-science-blue hover:no-underline"
class="atwho-user-popover"
data-container="body"
data-html="true"
tabindex="0"
@ -32,4 +32,4 @@
<% unless skip_user_status || user_still_in_team %>
<%= I18n.t('atwho.res.removed') %>
<% end %>
</span>
</span>