mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 07:05:57 +08:00
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:
commit
9a3ecf4b71
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue