Merge pull request #8639 from artoscinote/ma_SCI_12106

Render icon instead of text for shared task step-result links [SCI-12106]
This commit is contained in:
Martin Artnik 2025-07-04 12:16:23 +02:00 committed by GitHub
commit 9a3ecf4b71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@
<button class="btn btn-light icon-btn dropdown-toggle"
type="button" id="StepsMenuDropdown<%= result.id %>"
data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
<%= t('my_modules.results.link_to_step') %>
<i class="sn-icon sn-icon-steps"></i>
<span class="absolute top-1 -right-1 h-4 min-w-4 bg-sn-science-blue text-white flex items-center justify-center rounded-full text-[10px]">
<%= result.steps.size %>
</span>